Open
Bug 1865300
Opened 1 year ago
Updated 1 year ago
Codepen demo (https://codepen.io/baturinsky/pen/OJmbzQV?editors=0010 ) is ~2x slower in Nightly compared to Chrome
Categories
(Core :: JavaScript Engine, task, P3)
Core
JavaScript Engine
Tracking
()
NEW
People
(Reporter: mayankleoboy1, Unassigned)
References
(Blocks 1 open bug, )
Details
Attachments
(1 file)
6.69 KB,
text/html
|
Details |
Open the attached testcase.
Nightly: https://share.firefox.dev/3QM0BF1 (21s)
Chrome: https://share.firefox.dev/47jnGWs (12s)
This is a slightly modified version of the testcase at https://codepen.io/baturinsky/pen/OJmbzQV?editors=0010
What I changed in js :
Original : const h = 150, w = 300,
Modified: const h = 1200, w = 800,
Reporter | ||
Comment 1•1 year ago
|
||
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
•