Closed
Bug 1642950
Opened 5 years ago
Closed 2 years ago
Opening browser console is very slow
Categories
(DevTools :: Console, defect)
DevTools
Console
Tracking
(Performance Impact:low, Fission Milestone:Future)
RESOLVED
DUPLICATE
of bug 1753177
People
(Reporter: smaug, Unassigned)
References
(Blocks 2 open bugs)
Details
(Keywords: perf:responsiveness)
Opening browser console in a session with ~8 windows ( some of them have lots of tabs) is slow. I think it didn't used to be this slow.
https://share.firefox.dev/36WBgkg
Lots of time is spent running React js code. And looks like also some very slow reflows from explicitly flushing layout from JS (https://searchfox.org/mozilla-central/rev/559b25eb41c1cbffcb90a34e008b8288312fcd25/devtools/client/webconsole/components/Output/ConsoleOutput.js#182-188)
Updated•4 years ago
|
Blocks: dt-fission-perf
Comment 1•4 years ago
|
||
See also bug 1572253 and bug 1599594 (and meta-bug 1156747).
Blocks: console-perf
Whiteboard: [qf] → [qf:p3:responsiveness]
Comment 2•4 years ago
|
||
The severity field is not set for this bug.
:nchevobbe, could you have a look please?
For more information, please visit auto_nag documentation.
Flags: needinfo?(nchevobbe)
Updated•4 years ago
|
Severity: -- → S4
Flags: needinfo?(nchevobbe)
Updated•4 years ago
|
Fission Milestone: --- → Future
Updated•3 years ago
|
Comment 3•2 years ago
|
||
Given the profile in Comment 0, this probably have been fixed by Bug 1753177
Status: NEW → RESOLVED
Closed: 2 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•