« 人間開発 (Human Development) | Main | クラシック音楽インターネット配信状況(ストリーミング) »
Individual Entry
[IT] Firefox高速化
Firefoxを個人環境に合わせて自動でパフォーマンスチューニングするソフト。
パソコンとインターネットのスピードを最高に設定してチューニングしたところ以下のような設定が追加されていた。
user_pref("browser.cache.memory.capacity", 65536);
user_pref("browser.xul.error_pages.enabled", true);
user_pref("content.interrupt.parsing", true);
user_pref("content.max.tokenizing.time", 2250000);
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("firetune.optimization", 1);
user_pref("network.http.keep-alive.timeout", 30);
user_pref("network.http.max-connections", 48);
user_pref("network.http.max-connections-per-server", 16);
user_pref("network.http.max-persistent-connections-per-proxy", 16);
user_pref("network.http.max-persistent-connections-per-server", 8);
user_pref("network.http.pipelining", true);
user_pref("network.http.pipelining.firstrequest", true);
user_pref("network.http.request.max-start-delay", 0);
user_pref("nglayout.initialpaint.delay", 0);
user_pref("plugin.expose_full_path", true);
user_pref("ui.submenuDelay", 0);
これでチューニング前と比べてみると、普通に体感できるほど改善されたようだ。 実際の数値はある記事によると平均約40%程度まで早くなっているらしい。
Author yasu : September 9, 2005 1:04 PM
Trackback
Trackback URL for this entry:
Trackbacked Blog:
» 「Fire Tune」でFirefoxを加速せよ。 from Mozilla Re-Mix
Firefoxのパフォーマンスを改善するソフトウェアや拡張機能はいくつかありますが、中でもインストール型の「Fire Tune」は国内外でも定評のあるソフ... [Read More]
Tracked on March 19, 2007 3:13 PM
