Windows 10 reached EOS (end of support) on October 14, 2025. If you are on Windows 10, see this article.

搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

了解更多
已解決 封存

Unloaded tabs on startup

Starson replied
MarkHowes

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.

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.
從原來的回覆中察看解決方案

選擇的解決方法

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

所有回覆 (4)

Why watch ads in the first place? Install uBlock Origin.

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.

選擇的解決方法

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)