Closed
Bug 1865929
Opened 2 years ago
Closed 2 years ago
TodoMVC-Backbone spends a lot of time lazy parsing
Categories
(Core :: JavaScript Engine, defect, P1)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
122 Branch
Tracking | Status | |
---|---|---|
firefox122 | --- | fixed |
People
(Reporter: denispal, Assigned: denispal)
References
(Blocks 1 open bug)
Details
(Keywords: perf-alert, Whiteboard: [sp3])
Attachments
(1 file)
Spinning the backbone part of bug 1833464 off into a separate bug. From https://bugzilla.mozilla.org/show_bug.cgi?id=1833464#c6, it seems there are a few scripts we do not full parse ahead of time due to size heuristics.
Updated•2 years ago
|
See Also: → https://mozilla-hub.atlassian.net/browse/SP3-656
Assignee | ||
Updated•2 years ago
|
Blocks: speedometer3
Assignee | ||
Comment 1•2 years ago
|
||
There are some minor sp3 improvements if we full parse tiny scripts https://treeherder.mozilla.org/perfherder/compare?originalProject=try&originalRevision=b003321c9ea7d2bc2645c6e54614bc7e479d7760&newProject=try&newRevision=a1a48addb24976edf427b021b91c7740b331f92b&page=1&framework=13
Assignee | ||
Comment 2•2 years ago
|
||
Pushed by dpalmeiro@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/3b8e34ded03e
Apply delazify strategy to small scripts in ScriptLoader. r=nbp
Comment 4•2 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 2 years ago
status-firefox122:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 122 Branch
Comment 5•2 years ago
|
||
Comment hidden (obsolete) |
Updated•2 years ago
|
Keywords: perf-alert
Comment 8•2 years ago
|
||
(In reply to Cosmin Sabou [:CosminS] from comment #4)
== Change summary for alert #40433 (as of Tue, 28 Nov 2023 19:37:03 GMT) ==
Improvements:
Ratio | Test | Platform | Options | Absolute values (old vs new) |
---|---|---|---|---|
10% | perf_reftest_singletons display-none-1.html | windows10-64-shippable-qr | e10s fission stylo webrender | 0.55 -> 0.50 |
10% | perf_reftest_singletons slow-selector-1.html | macosx1015-64-shippable-qr | e10s fission stylo webrender | 0.65 -> 0.59 |
9% | perf_reftest_singletons display-none-1.html | macosx1015-64-shippable-qr | e10s fission stylo webrender | 0.59 -> 0.54 |
9% | perf_reftest_singletons slow-selector-2.html | macosx1015-64-shippable-qr | e10s fission stylo webrender | 0.65 -> 0.60 |
9% | perf_reftest_singletons slow-selector-2.html | windows10-64-shippable-qr | e10s fission stylo webrender | 0.56 -> 0.51 |
... | ... | ... | ... | ... |
5% | perf_reftest_singletons nth-index-1.html | windows10-64-shippable-qr | e10s fission stylo webrender | 1.16 -> 1.10 |
For up to date results, see: https://treeherder.mozilla.org/perfherder/alerts?id=40433
Updated•2 years ago
|
Keywords: perf-alert
Updated•2 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•