Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Where to find the 'load when selected' option in Firefox 47 beta?

  • 3 replies
  • 1 has this problem
  • 15 views
  • Last reply by philipp

more options

L.S.,

In Firefox 46 (and earlier) there was a 'load when selected' option which I can not find in Firefox 47 beta. When this option was selected a startup only the tab selected would be loaded, other tabs would only load when they were selected.

I had deselected this option in Firefox 46, but since using a Firefox 47 beta this option seems to have been selected, and I have been unable to find how to deselect it again. Is there a way to deselect the option in Firefox 47 beta, through about:config perhaps? Any help would be welcome.

Wil Dieteren

L.S., In Firefox 46 (and earlier) there was a 'load when selected' option which I can not find in Firefox 47 beta. When this option was selected a startup only the tab selected would be loaded, other tabs would only load when they were selected. I had deselected this option in Firefox 46, but since using a Firefox 47 beta this option seems to have been selected, and I have been unable to find how to deselect it again. Is there a way to deselect the option in Firefox 47 beta, through about:config perhaps? Any help would be welcome. Wil Dieteren

Chosen solution

hi, yes the checkbox was hidden since once disabled it causes negative effects with the new multi-process architecture that is introduced in firefox (bug 1257554). you could still create a new boolean preference in about:config called browser.sessionstore.restore_on_demand and set it to false to have the same effect as before though that might break things in the future...

Read this answer in context 👍 2

All Replies (3)

more options

Chosen Solution

hi, yes the checkbox was hidden since once disabled it causes negative effects with the new multi-process architecture that is introduced in firefox (bug 1257554). you could still create a new boolean preference in about:config called browser.sessionstore.restore_on_demand and set it to false to have the same effect as before though that might break things in the future...

more options

philipp,

Thanks for your help. Were can I find information about the multi-process architecture?

Wil Dieteren

more options

you're very welcome. some more information about the coming multi-process architecture (codenamed electrolysis or e10s) can be found at https://wiki.mozilla.org/Electrolysis & https://developer.mozilla.org/en-US/Firefox/Multiprocess_Firefox.