个人工具

“UbuntuHelp:UbuntuLTSP/Firefox3Optimize”的版本间的差异

来自Ubuntu中文

跳转至: 导航, 搜索
(新页面: {{From|https://help.ubuntu.com/community/UbuntuLTSP/Firefox3Optimize}} {{Languages|UbuntuHelp:UbuntuLTSP/Firefox3Optimize}} This page is dedicated to optimizing Firefox 3.x in LTSP/Multi-...)
(没有差异)

2008年10月19日 (日) 17:42的版本

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);