Warm the tab that's being switched to early during tab removal
Categories
(Firefox :: Tabbed Browser, enhancement, P3)
Tracking
()
Tracking | Status | |
---|---|---|
firefox74 | --- | fixed |
People
(Reporter: alexical, Assigned: alexical)
References
(Blocks 1 open bug)
Details
(Keywords: perf, Whiteboard: [fxperf:p3])
Attachments
(1 file)
Tab switch can be expensive if a page has a beforeunload handler. We should start warming up the next tab to be shown early in the process of tab removal to compensate for this.
Assignee | ||
Comment 1•6 years ago
|
||
Tab switch can be expensive if a page has a beforeunload handler. We should
start warming up the next tab to be shown early in the process of tab removal
to compensate for this. We could only do this if we know we have a
beforeUnload handler, but there shouldn't be any negative side effects of
getting started on the tab switch early regardless.
Updated•6 years ago
|
Assignee | ||
Updated•6 years ago
|
Comment 2•6 years ago
|
||
There's a r+ patch which didn't land and no activity in this bug for 2 weeks.
:dthayer, could you have a look please?
For more information, please visit auto_nag documentation.
Updated•6 years ago
|
Comment 4•6 years ago
|
||
bugherder |
Comment 5•11 months ago
|
||
The bug was closed 5 years old and doesn't seem to require any action, so clearing needinfo.
Description
•