Closed
Bug 1722561
Opened 4 years ago
Closed 4 years ago
Loading about:preferences spends a lot of time in document.querySelectorAll
Categories
(Firefox :: Settings UI, defect)
Firefox
Settings UI
Tracking
()
RESOLVED
FIXED
92 Branch
| Tracking | Status | |
|---|---|---|
| firefox92 | --- | fixed |
People
(Reporter: florian, Assigned: florian)
References
Details
Attachments
(1 file)
Example profile: https://share.firefox.dev/3f2hB81
| Assignee | ||
Comment 1•4 years ago
|
||
Updated•4 years ago
|
Assignee: nobody → florian
Status: NEW → ASSIGNED
Pushed by fqueze@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/fbf94aba6670
Avoid calling document.querySelectorAll repeatedly when loading about:preferences, r=Gijs,preferences-reviewers.
Comment 3•4 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
status-firefox92:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 92 Branch
Pushed by geoff@darktrojan.net:
https://hg.mozilla.org/comm-central/rev/da2199669b62
Port bug 1722561 - Avoid calling document.querySelectorAll repeatedly when loading about:preferences. rs=bustage-fix
Comment 5•4 years ago
•
|
||
(In reply to Pulsebot from comment #2)
Pushed by fqueze@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/fbf94aba6670
Avoid calling document.querySelectorAll repeatedly when loading
about:preferences, r=Gijs,preferences-reviewers.
== Change summary for alert #30707 (as of Thu, 29 Jul 2021 20:58:17 GMT) ==
Improvements:
| Ratio | Suite | Test | Platform | Options | Absolute values (old vs new) |
|---|---|---|---|---|---|
| 14% | about_preferences_basic | linux1804-64-shippable-qr | e10s stylo webrender-sw | 146.37 -> 126.21 |
For up to date results, see: https://treeherder.mozilla.org/perfherder/alerts?id=30707
You need to log in
before you can comment on or make changes to this bug.
Description
•