Open
Bug 1852423
Opened 1 year ago
Updated 1 year ago
Nightly is 1.5x slower than Chrome on an online zip compressor tool
Categories
(Core :: JavaScript Engine, task, P3)
Core
JavaScript Engine
Tracking
()
NEW
People
(Reporter: mayankleoboy1, Unassigned)
References
(Blocks 1 open bug, )
Details
Go to https://www.ezyzip.com/
Click on Compress ->Files
Choose a large local file to compress ( I chose 800MB video file)
Select the maximum zip compression level
Click on "zip"
Nightly: https://share.firefox.dev/3Exp4bh (81 seconds)
Chrome: 52 seconds
Reporter | ||
Comment 1•1 year ago
|
||
The marker chart tab for the Dom Worker thread indicates tons of Bailouts throughout the run. cc :jandem.
Comment 2•1 year ago
|
||
This spends most time in the DOM worker and most of it in Ion code as far as I can tell. I don't see anything obvious at first glance.
Updated•1 year ago
|
Severity: -- → N/A
Priority: -- → P3
You need to log in
before you can comment on or make changes to this bug.
Description
•