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•19 years ago
|
||
Updated•19 years ago
|
Comment 2•17 years ago
|
||
Updated•17 years ago
|
Comment 3•17 years ago
|
||
Comment 4•16 years ago
|
||
Comment 5•16 years ago
|
||
Comment 6•16 years ago
|
||
Comment 7•16 years ago
|
||
Comment 8•16 years ago
|
||
Comment 9•16 years ago
|
||
Comment 10•16 years ago
|
||
Comment 11•16 years ago
|
||
Comment 12•16 years ago
|
||
Comment 13•16 years ago
|
||
Comment 14•16 years ago
|
||
Comment 15•8 years ago
|
||
Comment 16•4 years ago
|
||
Comment 17•4 years ago
|
||
Seems fine to me now.
Comment 18•4 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•4 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
•