Firefox高速化
- Date
- 2005-02-23 (水)
- Category
- Firefox
IEに比べると起動関係で若干重たく感じるFirefox
しかし下記のコードをuser.jsに加える事によりそれも解消される?
実際に試してみましたが早くなったような気がします。
文字中心のページではあまり実感は湧かないですが画像等を多く使用しているサイト等では
効果があると思う。
コード提供元が掴みきれませんでしたので後日探しておきます・・・(゚_゚i)タラー・・・
==============================================
user_pref("network.http.pipelining", true);
user_pref("network.http.pipelining.firstrequest", true);
user_pref("network.http.pipelining.maxrequests", 8);
user_pref("network.http.max-connections", 32);
user_pref("network.http.max-connections-per-server", 8);
user_pref("network.http.max-persistent-connections-per-proxy", 8);
user_pref("network.http.max-persistent-connections-per-server", 4);
user_pref("nglayout.initialpaint.delay", 0);
user_pref("content.notify.backoffcount", 5);
user_pref("plugin.expose_full_path", true);
user_pref("ui.submenuDelay", 0);
user_pref("content.interrupt.parsing", true);
user_pref("content.max.tokenizing.time", 2250000);
user_pref("content.notify.interval", 750000);
user_pref("content.notify.ontimer", true);
user_pref("content.switch.threshold", 750000);
user_pref("browser.cache.memory.capacity", 65536);
==============================================
Comment:0
Trackback:0
- TrackBack URL for this entry
- http://mynoah.net/mt-tb.cgi/6
- Listed below are links to weblogs that reference
- Firefox高速化 from おじさんの備忘録