Implement the 'pause' feature of the new about:performance
Categories
(Toolkit :: Performance Monitoring, enhancement)
Tracking
()
People
(Reporter: florian, Unassigned)
References
Details
Comment 1•6 years ago
|
||
Reporter | ||
Comment 3•6 years ago
|
||
(In reply to Nathan Froyd [:froydnj] from comment #2)
How closely is this related to tab unloading?
The idea here was to just do the equivalent of pressing the pause button in the JS debugger. So everything would remain in memory.
Comment 4•6 years ago
|
||
(In reply to Florian Quèze [:florian] from comment #3)
The idea here was to just do the equivalent of pressing the pause button in the JS debugger. So everything would remain in memory.
Still, knowing the tab won't be used immediately it might be useful to minimize the memory it uses by GC/CC'ing it.
Updated•2 years ago
|
Reporter | ||
Comment 5•1 year ago
|
||
Mass closing about:performance bugs as about:performance has been removed in bug 1836191 in favor of about:processes which displays more accurate data. If this bug still applies to about:processes, feel free to reopen and change the summary.
Description
•