Open
Bug 1623554
Opened 6 years ago
Updated 1 year ago
Restore tabs more lazily
Categories
(Firefox :: Session Restore, enhancement, P5)
Firefox
Session Restore
Tracking
()
UNCONFIRMED
People
(Reporter: Dietrich.Daroch, Unassigned)
Details
(Keywords: blocked-ux, perf)
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Firefox/68.0
Steps to reproduce:
Set up firefox Startup to restore the previous session
Open many tabs on many windows and restart firefox
Close and start firefox again
Actual results:
Every tab starts loading, making startup slow.
- Too many Compute/Network resources are needed.
- Some sites, like hacker news, don't render properly because of DoS protection.
Expected results:
Tabs use cached data and really start loading when they are focused.
Maybe all the tabs from the active window should start loading.
| Reporter | ||
Updated•6 years ago
|
Component: Untriaged → Session Restore
Updated•6 years ago
|
Severity: normal → S4
Keywords: blocked-ux,
perf
Priority: -- → P5
Summary: Restore tabs lazily → Restore tabs more lazily
You need to log in
before you can comment on or make changes to this bug.
Description
•