
Unloaded tabs on startup
Is there a way to have Firefox start with all, or all but the first tab unloaded?
My Firefox starts with about 100 tabs open and many of these now have ads running which makes Firefox very slow. It seems to take ages and ages for all the tabs to load.
Maybe if all the tabs were unloaded when I start Firefox it would be quicker to get up and running??
I'm running Windows 11 on a desktop with an i5 CPU and 32 GB of RAM.
Any help much appreciated.
Ŋuɖoɖo si wotia
Many thanks TyDraniu - yes, that seems to have done the trick. Firefox now back to loading everything at "normal" speed again. And no more ads for ladies underwear (which I don't have much use for).
Mark
Xle ŋuɖoɖo sia le goya me 👍 0All Replies (4)
I'll try this but websites seems to know that an ad blocker is in operation and stops the site loading unless I disable the ad blocker or agree to pay for ad free access.
Ɖɔɖɔɖo si wotia
Many thanks TyDraniu - yes, that seems to have done the trick. Firefox now back to loading everything at "normal" speed again. And no more ads for ladies underwear (which I don't have much use for).
Mark
Ad blockers are great, and I highly recommend using uBlock Origin as TyDraiu suggests.
But to go a step further and achieve the goal of only one tab being loaded when restoring a session, I configure my Firefox as follows. It really cuts down on the resources used and lets you control which tabs to load.
Navigate to about:config and change the following settings.
Unpinned tabs are restored unloaded by default, just ensure this did not get changed to false. browser.sessionstore.restore_on_demand set to true (default is true)
Pinned tabs are restored loaded by default, so change this setting to make them consistent with the unpinned tab restoration behavior. browser.sessionstore.restore_pinned_tabs_on_demand set to true (default is false)
Optional: Personally, I like to be able to have an easier way to tell that a tab is loaded/uloaded, so I also set this as well. browser.tabs.fadeOutUnloadedTabs set to true (default is false)