Closed
Bug 1734899
Opened 4 years ago
Closed 4 years ago
about:processes should display new data as soon as possible
Categories
(Toolkit :: Performance Monitoring, enhancement)
Toolkit
Performance Monitoring
Tracking
()
RESOLVED
FIXED
95 Branch
| Tracking | Status | |
|---|---|---|
| firefox95 | --- | fixed |
People
(Reporter: florian, Assigned: florian)
References
Details
Attachments
(1 file)
Currently about:processes remains empty for more than a second when initially loading it, and when new threads start being CPU hungry, it takes 10s for them to become visible.
This is mostly side effects of code inherited from about:performance, where we tried to display new values immediately, but sort based on the average of the last 10s. I think this code currently does more harm than good in about:processes, and we could simplify to display new data immediately.
| Assignee | ||
Comment 1•4 years ago
|
||
Pushed by fqueze@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/1f7cf38e9094
display data as soon as possible in about:processes, r=dthayer.
Comment 3•4 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
status-firefox95:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 95 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•