Closed
Bug 1569829
Opened 5 years ago
Closed 5 years ago
Opening a code-heavy file hangs to do 6 reflows with heavy codemirror computations
Categories
(DevTools :: Debugger, defect, P2)
DevTools
Debugger
Tracking
(firefox71 fixed)
RESOLVED
FIXED
Firefox 71
Tracking | Status | |
---|---|---|
firefox71 | --- | fixed |
People
(Reporter: Harald, Assigned: jlast)
References
(Blocks 1 open bug)
Details
(Whiteboard: [debugger-reserve])
Attachments
(1 file)
When pausing, a minified file got hit, causing a sequence of hangs that add up to 30sec.
One app to try this out is debugging Slack.
The hang is split in 6 code mirror updates, each taking 3.5 sec computation with a bit of reflow: https://perfht.ml/2Y8Sslw
As a start, we should find out why codemirror updates 6 times in a row (probably react state changes), which should then be combined into one update.
Comment 1•5 years ago
|
||
Type: defect → task
Reporter | ||
Updated•5 years ago
|
Type: task → defect
Updated•5 years ago
|
Priority: -- → P2
Updated•5 years ago
|
Whiteboard: [debugger-reserve]
Assignee | ||
Comment 2•5 years ago
|
||
Updated•5 years ago
|
Pushed by jlaster@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/527ea600aba9
Opening a code-heavy file hangs to do 6 reflows with heavy codemirror computations. r=davidwalsh
Comment 4•5 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox71:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 71
You need to log in
before you can comment on or make changes to this bug.
Description
•