[Webkit-unassigned] [Bug 8016] REPRO: Safari hangs loading 18 MB page (deeply nested DOM tree)

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Sun Jun 4 11:44:20 PDT 2006


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


darin at apple.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|Page Loading                |Layout and Rendering
            Summary|REPRO: Safari hangs loading |REPRO: Safari hangs loading
                   |large page                  |18 MB page (deeply nested
                   |                            |DOM tree)




------- Comment #3 from darin at apple.com  2006-06-04 11:44 PDT -------
The problem here is that this page ends up creating a deeply nested DOM tree.
So anything that's n^2 for the depth of the DOM tree ends up killing us here.
The time is mostly spent in rendering code. We should see what we can do to
make the rendering speed linear here. Or we could figure out why the tree ends
up so deeply nested -- not sure that it does in other browsers.


-- 
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