Avatar for Username

ძიება მხარდაჭერაში

ნუ გაებმებით თაღლითების მახეში მხარდაჭერის საიტზე. აქ არასდროს მოგთხოვენ სატელეფონო ნომერზე დარეკვას, შეტყობინების გამოგზავნას ან პირადი მონაცემების გაზიარებას. გთხოვთ, გვაცნობოთ რამე საეჭვოს შემჩნევისას „დარღვევაზე მოხსენების“ მეშვეობით.

Learn More

How do I turn off lazy loading for tabs definitely and irrevocably?

  • 13 პასუხი
  • 0 მომხმარებელი წააწყდა მსგავს სიძნელეს
  • 27 ნახვა
  • ბოლოს გამოეხმაურა cor-el

I can't turn off lazy loading. I set the following about:config settings to "false":

browser.sessionstore.restore_on_demand browser.sessionstore.restore_tabs_lazily browser.sessionstore.restore_pinned_tabs_on_demand

Nothing changes. When I start Firefox, it simply won't load all tabs. How do I fix this?

I can't turn off lazy loading. I set the following about:config settings to "false": browser.sessionstore.restore_on_demand browser.sessionstore.restore_tabs_lazily browser.sessionstore.restore_pinned_tabs_on_demand Nothing changes. When I start Firefox, it simply won't load all tabs. How do I fix this?

ყველა პასუხი (13)

How many tabs does it load on startup?

Does it still happen in Troubleshoot Mode?

Note that your Troubleshooting Information shows a rather old Firefox 108.0 version. Does this still happen with the current release ?

zeroknight said

How many tabs does it load on startup? Does it still happen in Troubleshoot Mode?

Firefox is loading about 50 tabs. Troubleshoot mode makes no difference; I still have to manually click on almost all tabs to load them. A handful tabs seem to load themselves, however.

Tabs will unload when the system runs low on memory, you can disable this by going to about:config and changing browser.tabs.unloadOnLowMemory to false.

WARNING from the moderator team: Changing Firefox preferences from the about:config page can sometimes break Firefox or cause strange behavior. You should only do this if you know what you're doing. Please read Firefox Advanced Customization and Configuration Options to learn more.

ჩასწორების თარიღი: , ავტორი: Paul

zeroknight said

Tabs will unload when the system runs low on memory, you can disable this by going to about:config and changing browser.tabs.unloadOnLowMemory to false.

That still didn't turn off lazy loading. Are you sure that lazy loading can still be disabled and that this function hasn't been removed?

Did you access all tabs in the previous to ensure they are loaded and session data is available ? Do you keep the browsing cache ?

See also MAX_CONCURRENT_TAB_RESTORES and other comments here:

cor-el said

Did you access all tabs in the previous to ensure they are loaded and session data is available ? Do you keep the browsing cache ? See also MAX_CONCURRENT_TAB_RESTORES and other comments here:

I did access all the tabs. MAX_CONCURRENT_TAB_RESTORES is currently at three for me; how I can I increase that number? Can I add this as a string in about:config?

No, that max value is hard coded and can't be changed, this is done for performance/responsiveness reasons to prevent blocking the user interface when you restore a lot of tabs. This hard coded limit may not always be used as there can be cases where more tabs or windows need to be loaded.

cor-el said

No, that max value is hard coded and can't be changed, this is done for performance/responsiveness reasons to prevent blocking the user interface when you restore a lot of tabs. This hard coded limit may not always be used as there can be cases where more tabs or windows need to be loaded.

Sounds like turning off lazy loading is dead then.

A limit on concurrent restores should not limit total number of restored tabs.

How many tabs do you have across how many different sites?

Did this use to work previously? What was the last version you recall it working?

Does it work in Firefox 117?

zeroknight said

A limit on concurrent restores should not limit total number of restored tabs. How many tabs do you have across how many different sites? Did this use to work previously? What was the last version you recall it working? Does it work in Firefox 117?

Oh, I misunderstood that. I don't recall when this last worked, but I don't think Firefox always had lazy loading. Even if it did, why does switching it off does nothing?

When I start Firefox, it should open about 100 tabs across maybe 70 sites now. I can do that, but it requires me to select all tabs and choose to reload them all at once. Firefox won't do it by itself.

Anyway, based on this discussion and a few others I found, loading all tabs was abandoned years ago: https://superuser.com/questions/1086541/how-do-i-make-firefox-47-load-all-my-tabs-on-startup

I still haven't found a solution for this other than selection all tabs and reloading them. Is the option to turn off lazy loading truly dead?

If the tabs are load lazily, then it can take some time to finish load them all. Loading lazily is merely meant to prevent Firefox from blocking the user interface when a lot of tabs need to be loaded. If you select a tab that hasn't been loaded yet, then this tab needs to be loaded (the selected tab will always be loaded).

Does this still happen if you wait a few minutes to allow Firefox to load the tabs ? You can possibly monitor the internet connection to see if data still is loaded.

You can check about:processes page for info about all processes. See also the about:unloads page for info about the tabs.