Zoeken in Support

Vermijd ondersteuningsscams. We zullen u nooit vragen een telefoonnummer te bellen, er een sms naar te sturen of persoonlijke gegevens te delen. Meld verdachte activiteit met de optie ‘Misbruik melden’.

Meer info

Deze conversatie is gearchiveerd. Stel een nieuwe vraag als u hulp nodig hebt.

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

  • 3 antwoorden
  • 1 heeft dit probleem
  • 1 weergave
  • Laatste antwoord van 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

Gekozen oplossing

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...

Dit antwoord in context lezen 👍 2

Alle antwoorden (3)

more options

Gekozen oplossing

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.