Open
Bug 1972315
Opened 9 months ago
Updated 7 months ago
Testcase resizing a png N times is 9x slower in Firefox compared to Chrome (spending a lot of time around style)
Categories
(Core :: CSS Parsing and Computation, defect)
Core
CSS Parsing and Computation
Tracking
()
NEW
People
(Reporter: mayankleoboy1, Unassigned)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
|
1.34 KB,
text/html
|
Details |
Open testcase
Enter 50000
Click Run
Chrome: https://share.firefox.dev/3TrLfHk (4s)
Firefox Samply: https://share.firefox.dev/405Hqv6 (34s)
Firefox gecko profiler (5000): https://share.firefox.dev/45vG7JL
Comment 1•9 months ago
|
||
This test-case becomes much faster if we don't restyle the scrollbars and (you add <style>:root { overflow: hidden }</style> or so). That's causing comparatively a lot of extra work, but it's unrelated to resizing an image.
| Reporter | ||
Comment 2•9 months ago
|
||
so, is this big worth keeping open? I am happy to close as WOntFIX/INVALID.
| Reporter | ||
Comment 3•9 months ago
|
||
"styling scrollbars" sounds a lot like bug 1943862... Feel free to dupe if appropriate.
See Also: → 1943862
Comment 4•9 months ago
|
||
The severity field is not set for this bug.
:dshin, could you have a look please?
For more information, please visit BugBot documentation.
Flags: needinfo?(dshin)
| Reporter | ||
Updated•8 months ago
|
Updated•8 months ago
|
Severity: -- → S3
Flags: needinfo?(dshin)
You need to log in
before you can comment on or make changes to this bug.
Description
•