getComputedStyle performance 20x worse than Safari for Windows
Categories
(Core :: DOM: CSS Object Model, defect, P5)
Tracking
()
People
(Reporter: brandond, Unassigned)
Details
(Keywords: perf)
Attachments
(3 files)
Reporter | ||
Comment 1•17 years ago
|
||
Updated•17 years ago
|
Comment 2•16 years ago
|
||
Updated•16 years ago
|
Comment 3•16 years ago
|
||
Comment 4•15 years ago
|
||
Comment 5•15 years ago
|
||
Comment 6•15 years ago
|
||
Comment 7•15 years ago
|
||
Comment 8•15 years ago
|
||
Comment 9•15 years ago
|
||
Comment 10•15 years ago
|
||
Comment 11•15 years ago
|
||
Comment 12•15 years ago
|
||
Comment 13•15 years ago
|
||
Comment 14•15 years ago
|
||
Comment 15•6 years ago
|
||
Comment 16•2 years ago
|
||
Comment 17•2 years ago
|
||
Seems fine to me now.
Comment 18•2 years ago
|
||
I cannot reproduce 7641ms layout in any build of Firefox, the farthest that mozregression took me is a beta of Firefox 3, in which I got 2903ms, maybe if I used period appropriate hardware It'd be slower.
Next, I was led to this this range which is Firefox 42, in which I got 991ms.
Then, we reach Firefox 55, where we get a cool 674ms.
mozregression finally led me to this range which is Firefox 57, where we get a perfect 333ms. Since then, Firefox has gotten a bit faster, with a cool 169ms being shaven off, for a final 164ms in Firefox 102. Sadly, WebKit has seemingly regressed in this case, I get somewhere between 800 and 1050ms in GNOME Web (WebKitGTK 2.36.1)
Emilio, can this be closed and what do you think fixed this?
Comment 19•2 years ago
|
||
Yeah, there have been a variety of optimizations that have landed over the years (bug 1404140 and bug 1363805 come to mind) which should avoid layout in this test-case, let's resolve as WFM.
Description
•