FireFox光速化

http://textocean.com/article/18/blitzfox-courtesy
によると、FireFoxが速くなるらしい。Opera並みになるそうです。今、設定しました。速くなったかな・・・
おおっ!!
速いかも〜
あんまり考えないでコピーペーストしたからまずい部分もあるかもしれない。

user.jsの設定は↓(サイトが消えるとこまるしね)

user_pref("browser.cache.memory.capacity", 65536);
user_pref("browser.cache.disk_cache_ssl", true);
user_pref("browser.xul.error_pages.enabled", true);
user_pref("content.interrupt.parsing", true);
user_pref("content.max.tokenizing.time", 3000000);
user_pref("content.maxtextrun", 8191);
user_pref("content.notify.backoffcount", 5);
user_pref("content.notify.interval", 750000);
user_pref("content.notify.ontimer", true);
user_pref("content.switch.threshold", 750000);
user_pref("network.http.max-connections", 64);
user_pref("network.http.max-connections-per-server", 21);
user_pref("network.http.max-persistent-connections-per-proxy", 16);
user_pref("network.http.max-persistent-connections-per-server", 16);
user_pref("network.http.pipelining", true);
user_pref("network.http.pipelining.maxrequests", 200);
user_pref("network.http.proxy.pipelining", true);
user_pref("nglayout.initialpaint.delay", 750);
user_pref("plugin.expose_full_path", true);
user_pref("signed.applets.codebase_principal_support", true);

ChromEditというプラグインをインストールするとuser.jsを編集することができる。皆も試すべし。

んー、user_pref("network.http.max-connections", 64);が効いてるのかなぁ。凄い数、コネクション張ってるみたい。画像が多いサイトは顕著ですね。

2005.07.09
ChromEditの場所を書いておく
http://cdn.mozdev.org/chromedit/
自分でも探しちゃった・・・。