On page with no javascript, 500-1000ms spent in event loop
Reported by nickg | March 15th, 2010 @ 08:08 AM
My bad -- Operator error -- thatcher, please close
[[ original deleted ]]
Comments and changes to this ticket
-
nickg March 15th, 2010 @ 09:46 AM
No,it's env-js. (craigslist doesn't like "fake browsers", and redirects or drops connections if you use say curl).
oddly not as bad as if you load it from a file.
save http://www.craigslist.org/about/sites as an html file and load it up. Lots of looping going on.
-
Steven Parkes March 15th, 2010 @ 01:05 PM
The parsing is not complete at the end of the parseDocument precisely because the parser is async, which is why the wait is there. The parsing is taking 480 ms.
-
nickg March 15th, 2010 @ 07:26 PM
- Assigned user set to Thatcher
-
Thatcher March 16th, 2010 @ 04:51 PM
- Tag set to async, parser
- State changed from new to resolved
done. don't worry about using lighthouse to create tickets even if you find out an issue may have been a non-issue. Thanks for using it. At some point we may get some donations and will upgrade our account so more people can actually manage tickets.
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
a javascript browser environment
People watching this ticket
Referenced by
- 101 API to put maximum time limit on timers/intervals (patch) I don't know if it's your domain or not, but you might fi...