3% regression on console opening
Categories
(DevTools :: Console, defect, P2)
Tracking
(firefox-esr68 unaffected, firefox70 unaffected, firefox71 fixed, firefox72 fixed)
Tracking | Status | |
---|---|---|
firefox-esr68 | --- | unaffected |
firefox70 | --- | unaffected |
firefox71 | --- | fixed |
firefox72 | --- | fixed |
People
(Reporter: nchevobbe, Assigned: nchevobbe)
References
(Regression)
Details
(Keywords: regression)
Attachments
(1 file)
47 bytes,
text/x-phabricator-request
|
pascalc
:
approval-mozilla-beta+
|
Details | Review |
DAMP reports a small regression due to the settings button probably loading too much file eagerly
Updated•5 years ago
|
Assignee | ||
Updated•5 years ago
|
Assignee | ||
Comment 1•5 years ago
|
||
We try to lazy load all the things we know we might
not need directly when opening the console.
Pushed by nchevobbe@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/0a516296693b Lazy load console components. r=Honza.
Comment 3•5 years ago
|
||
Backed out changeset 0a516296693b (bug 1590093) for causing browser_jsterm_selfxss.js to permafail
push that caused the backout: https://treeherder.mozilla.org/#/jobs?repo=autoland&group_state=expanded&selectedJob=273253331&resultStatus=testfailed%2Cbusted%2Cexception%2Cretry%2Cusercancel%2Crunnable&revision=0a516296693bb8b221744bae054419be6f2510c2&searchStr=dt
backout: https://hg.mozilla.org/integration/autoland/rev/d48c19be70fea3f669d456f1f8920a8096c8ae00
Assignee | ||
Comment 4•5 years ago
|
||
Not using the right condition for rendering the notificationBox (+ reverse search test failures).
New patch: https://treeherder.mozilla.org/#/jobs?repo=try&revision=cdf5fcff470c846f9039abf23599710de8ef20e9
Assignee | ||
Updated•5 years ago
|
Pushed by nchevobbe@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/8a369fbf2c7b Lazy load console components. r=Honza.
Comment 6•5 years ago
|
||
bugherder |
Comment 7•5 years ago
|
||
Please nominate this for Beta approval when you get a chance.
Assignee | ||
Comment 8•5 years ago
|
||
Comment on attachment 9104626 [details]
Bug 1590093 - Lazy load console components. r=Honza.
Beta/Release Uplift Approval Request
- User impact if declined: Perf regression when opening the console
- Is this code covered by automated tests?: Yes
- Has the fix been verified in Nightly?: No
- Needs manual test from QE?: No
- If yes, steps to reproduce:
- List of other uplifts needed: None
- Risk to taking this patch: Low
- Why is the change risky/not risky? (and alternatives if risky): Some modules are now lazy loaded. The console tests should have caught any issue that might have occured
- String changes made/needed:
Comment 9•5 years ago
|
||
Comment on attachment 9104626 [details]
Bug 1590093 - Lazy load console components. r=Honza.
Low risk fix for a perf regression in devtools, uplift approved for 71 beta 7, thanks.
Comment 10•5 years ago
|
||
bugherder uplift |
Updated•3 years ago
|
Description
•