Pesquisar no apoio

Evite burlas no apoio. Nunca iremos solicitar que telefone ou envie uma mensagem de texto para um número de telefone ou que partilhe informações pessoais. Por favor, reporte atividades suspeitas utilizando a opção "Reportar abuso".

Learn More

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

  • 3 respostas
  • 1 tem este problema
  • 15 visualizações
  • Última resposta por 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

Solução escolhida

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

Ler esta resposta no contexto 👍 2

Todas as respostas (3)

more options

Solução escolhida

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.