Open
Bug 1355456
Opened 8 years ago
Updated 1 year ago
Investigate preparing the next tab on mousedown on the tab close button
Categories
(Firefox :: Tabbed Browser, enhancement, P3)
Firefox
Tabbed Browser
Tracking
()
NEW
Performance Impact | low |
People
(Reporter: florian, Unassigned)
References
(Blocks 2 open bugs)
Details
(Keywords: perf, perf:frontend, perf:responsiveness)
We should see if there are things that can be done to improve the perception of speed when the user is about to close a tab.
Eg.
- can we prepare the tab that will be displayed next by removing any throttling of JS there?
- if the next tab is a lazy browser after a session restore, should we start loading the page in it?
- can we reduce the priority of the current tab's JS so that we have more resources available for the next tab that will be shown?
- how badly would we break the web if we fired the onbeforeunload even on mousedown on the close button rather than on click?
Updated•8 years ago
|
Whiteboard: [photon][qf] → [qf]
Updated•8 years ago
|
Flags: qe-verify?
Priority: -- → P2
Whiteboard: [qf] → [photon-performance] [qf]
Updated•8 years ago
|
Whiteboard: [photon-performance] [qf] → [photon-performance] [qf:investigate]
Updated•8 years ago
|
Blocks: photon-perf-tabs
Reporter | ||
Updated•8 years ago
|
No longer blocks: photon-performance-triage
Updated•8 years ago
|
Priority: P2 → P3
Whiteboard: [photon-performance] [qf:investigate] → [reserve-photon-performance] [qf:investigate]
Updated•7 years ago
|
Flags: qe-verify? → qe-verify+
QA Contact: adrian.florinescu
Updated•7 years ago
|
Whiteboard: [reserve-photon-performance] [qf:investigate] → [reserve-photon-performance] [qf:investigate] [fxperf]
Comment 1•7 years ago
|
||
Bug 1430292 applied some of this idea with tab warming, but comment 0 has more ideas that might be worth pursuing, so let's keep this bug around.
Whiteboard: [reserve-photon-performance] [qf:investigate] [fxperf] → [qf:investigate] [fxperf:p3]
Updated•6 years ago
|
Flags: needinfo?(mconley)
Updated•6 years ago
|
Flags: needinfo?(mconley)
Whiteboard: [qf:investigate] [fxperf:p3] → [qf:responsiveness:p5][fxperf:p3]
Updated•6 years ago
|
Whiteboard: [qf:responsiveness:p5][fxperf:p3] → [qf:p5:responsiveness][fxperf:p3]
Updated•3 years ago
|
Performance Impact: --- → P3
Keywords: perf:responsiveness
Whiteboard: [qf:p5:responsiveness][fxperf:p3] → [fxperf:p3]
Updated•2 years ago
|
Severity: normal → S3
Reporter | ||
Updated•1 year ago
|
Keywords: perf:frontend
Whiteboard: [fxperf:p3]
You need to log in
before you can comment on or make changes to this bug.
Description
•