[Webkit-unassigned] [Bug 60323] RenderCounter::makeCounterNode is N^2, causing large view-source pages to take seconds to load

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri May 6 09:18:32 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=60323





--- Comment #8 from Adam Barth <abarth at webkit.org>  2011-05-06 09:18:31 PST ---
> Page with 10000 counters.  This seems faster than the example page, so it may not be hitting the same bug.

The parser might be more efficient at building these structures than the view-source document.  Maybe try building the DOM using the DOM API?

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list