Unresponsive for about 10 seconds due to restyle + flex reflow when loading http://codepen.io/chriscoyier/pen/ogWWPK
Categories
(Core :: Layout, defect)
Tracking
()
People
(Reporter: mstange, Unassigned)
References
(Blocks 1 open bug, )
Details
Reporter | ||
Comment 1•10 years ago
|
||
Comment 2•10 years ago
|
||
Updated•8 years ago
|
Comment 3•4 years ago
|
||
I think this is WORKFSORME these days; one of our flexbox perf improvements must've helped here, and now we're on-par with Chrome.
In particular:
-
Here's a profile of me loading https://codepen.io/chriscoyier/full/ogWWPK in Nightly: https://share.firefox.dev/2C2yXAV . There's no noticeable delay from a usage standpoint (it loads in less than a second), and the biggest delay shown in the profile is a 297ms reflow.
-
In Chrome, a profile of the same pageload shows a 307ms layout followed by a 114ms layout.
-
So we seem to be doing at least as good as Chrome here, in terms of layout/reflow time.
Comment 4•4 years ago
|
||
Here's the Chrome profile that I recorded: https://share.firefox.dev/3dWYJER
(Their long layouts are reported as 308ms and 115ms - I had rounded down in comment 3 to be charitable, but our profiler UI accurately rounds up because there were large fractional parts.)
Description
•