Open
Bug 1962838
Opened 20 days ago
Updated 16 days ago
Testcase embedding N js modules via blobs is 2.2x slower in Firefox compared to Chrome (N=500K)
Categories
(Core :: JavaScript Engine, task, P3)
Core
JavaScript Engine
Tracking
()
NEW
People
(Reporter: mayankleoboy1, Unassigned)
References
(Blocks 1 open bug)
Details
Attachments
(2 files)
js modules in blobs
N=500000
- Firefox: https://share.firefox.dev/4cLFPzQ (38s)
- Chrome: https://share.firefox.dev/4iwb6rJ (18s)
js modules
N=500000
- Chrome: https://share.firefox.dev/42zrPG8 (13s)
- Firefox: https://share.firefox.dev/42PsPEX (14s)
Reporter | ||
Comment 1•20 days ago
|
||
Updated•17 days ago
|
Severity: -- → N/A
Priority: -- → P3
Comment 2•16 days ago
|
||
The module refactoring in bug 1820594 needs to happen before we can work on optimizing module loading and should unlock some potential improvements.
You need to log in
before you can comment on or make changes to this bug.
Description
•