[Webkit-unassigned] [Bug 145899] Poor scrolling performance with large complex table

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 12 08:29:33 PDT 2015


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

--- Comment #2 from zalan <zalan at apple.com> ---
While loading the page we spend significant amount of time in 
pumpTokenizer (28%) -> SegmentedString::operator= (25%)
and WTF::Deque<SegmentedSubString>::destroyAll (11%)
Also Style::resolveTree() (11%)
After finished loading another round of style resolving kicks in with Style::resolve(37.2%) -> getUncachedPseudoStyle(13%)
While scrolling, we spend most of the time in cell painting -> text drawing.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150612/7837964f/attachment.html>


More information about the webkit-unassigned mailing list