Firefox高速化

Firefox高速化成功 - 日記やら独り言やらレビューやら何かしらの方法論
http://d.hatena.ne.jp/yupupe6/20081215/1229347817

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", 100000);
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("network.http.pipelining", true);
user_pref("network.http.pipelining.maxrequests", 8);
user_pref("network.http.proxy.pipelining", true);
user_pref("nglayout.initialpaint.delay", 100);
user_pref("plugin.expose_full_path", true);
user_pref("signed.applets.codebase_principal_support", true);

あとこれもいいかも

user_pref("ui.submenuDelay", 0);

・その書類を「text形式」で

Home/ライブラリ/Application Support/Firefox/Profiles/xxxxxxxx.default/

の中に「user.js」という名前にして保存してください。

以上です。
(略)
右クリック禁止にさせない

user_pref("nglayout.events.dipatchLeftClickOnly", true);

win の場合は、

http://zakmustang.blog26.fc2.com/blog-entry-2689.html

C:\Documents and Settings\ユーザ名\Local Settings\Application Data\Mozilla\Firefox\Profiles\xxxxxxxx.default
C:\Documents and Settings\ユーザ名\Application Data\Mozilla\Firefox\Profiles\xxxxxxxx.default

のどちらかに user.js を置く。

たしかにはやくなった気が。

あと、人気の高いFirefoxのアドオンの中で、次の12個がFirefoxを遅くするらしい。

1 Adblock Plus 0.7.5.1 相当遅延
2 Greasemonkey 0.7.20070607.0 相当遅延
3 GoogleToolbar for Firefox 3.0.2007.0525W 相当遅延
4 Firebug 1.05 遅延

adblock はニコ動の時報を弾くのにつかってるし(これ専用のアドオンがあればはずしてもいいが)、greasemonkey は外せない。google toolbar は入れてない。