搜尋 Mozilla 技術支援網站

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

了解更多

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

  • 3 回覆
  • 1 有這個問題
  • 1 次檢視
  • 最近回覆由 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

被選擇的解決方法

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

從原來的回覆中察看解決方案 👍 2

所有回覆 (3)

more options

選擇的解決方法

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.