特殊:Badtitle/NS100:UbuntuLTSP/Firefox3Optimize

来自Ubuntu中文
Wikibot留言 | 贡献2008年10月19日 (日) 17:42的版本 (新页面: {{From|https://help.ubuntu.com/community/UbuntuLTSP/Firefox3Optimize}} {{Languages|UbuntuHelp:UbuntuLTSP/Firefox3Optimize}} This page is dedicated to optimizing Firefox 3.x in LTSP/Multi-...)
(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)
跳到导航跳到搜索
可打印版本不再受到支持且可能有渲染错误。请更新您的浏览器书签并改用浏览器默认打印功能。

{{#ifexist: :UbuntuLTSP/Firefox3Optimize/zh | | {{#ifexist: UbuntuLTSP/Firefox3Optimize/zh | | {{#ifeq: {{#titleparts:UbuntuLTSP/Firefox3Optimize|1|-1|}} | zh | | }} }} }} {{#ifeq: {{#titleparts:UbuntuLTSP/Firefox3Optimize|1|-1|}} | zh | | }}

This page is dedicated to optimizing Firefox 3.x in LTSP/Multi-user environments. It seems that Firefox 3.x development is focussed more on single-user setups than multi-user networks, especially LTSP type environments. Luckily, there are a few things you can do to make it run better under LTSP, by editing the following file (please note that these options have not been fully tested, but the instances where they were showed noticeable improvement in LTSP environments): /etc/firefox-3.0/pref/firefox.js:

// Disable "safe browsing" feature that hogs CPU, HDD, etc. etc. in LTSP
pref("browser.safebrowsing.enabled", false);
pref("browser.safebrowsing.malware.enabled", false);

// Disable annoying location-bar suggestion "feature" that is sludgy with thin-clients
pref("browser.urlbar.maxRichResults", 0);

// Disable offline/disk caching of web pages
pref("browser.cache.offline.enable", false);
pref("browser.cache.disk.enable", false);