[Webkit-unassigned] [Bug 7657] REGRESSION: digg.com comments page so slow it seems like a hang (image load events mistaken for page load)

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Mon Jun 12 15:50:17 PDT 2006


http://bugzilla.opendarwin.org/show_bug.cgi?id=7657





------- Comment #26 from darin at apple.com  2006-06-12 15:50 PDT -------
(In reply to comment #25)
> Does that bug actually apply to this one? Note that WebKit doesn't lock up on
> Digg; it just hangs for awhile (a couple minutes) then returns to normal. I
> don't think an infinite JavaScript loop is causing the problem.

Maybe.

The bug here is that due to a bug in the site, there's JavaScript code runs
over and over again. That's what's so slow.

>From the point of view of the "stop JavaScript infinite loop" code, there's no
difference between code that takes a long time to run and code that loops
forever.

On the other hand, it's not clear if our solution for that will work well for a
case where the slowness is due to many separate slow JavaScript event handlers
as opposed to one single event. I think the best answer is to revisit this once
we have that problem solved. Although there may be a separate issue, I don't
think that yet another separate bug report would help matters.


-- 
Configure bugmail: http://bugzilla.opendarwin.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list