[Webkit-unassigned] [Bug 226764] Complex flex layout is very slow to load

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jul 2 22:21:55 PDT 2021


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

jonesr at gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jonesr at gmail.com

--- Comment #6 from jonesr at gmail.com ---
On the latest safari technology preview (127), the fiddle takes nearly 20 seconds to load on my 2017 15" Macbook pro. I would assume this STP version will have the fix for https://bugs.webkit.org/show_bug.cgi?id=222202 ?

Default safari (14.1.1 on my machine) is about the same speed.

We are seeing similar load times on some of our flexbox heavy pages, but unfortunately don't have a cleanly extracted test case yet. STP is better for our problem, taking around 8 seconds to render versus nearly 60 for Safari 14.1.1. When benchmarking it appears all the time is spent in layout , basically we put a timer around something like console.log(foo.offsetHeight); which triggers layout, and we are blocked for nearly a minute on Safari 14.1.1. We have an insanely large DOM, but Chrome and Firefox are handling this particular case without a problem.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20210703/b6ef3ec2/attachment-0001.htm>


More information about the webkit-unassigned mailing list