Firefox光速化

| コメント(0) | トラックバック(0)

レポートの息抜きにテキトーにブラウジングしてたらスゴイ発見。
textoceanさんの「Firefoxを光速に至らしめ、さらばIE」という記事より

#追記:よくよく調べてみたらサーバ側に負荷をかけるチューニングだった。
RFC 2616 の 8.1.4 Practical Considerationsに

Clients that use persistent connections SHOULD limit the number of simultaneous connections that they maintain to a given server. A single-user client SHOULD NOT maintain more than 2 connections with any server or proxy. A proxy SHOULD use up to 2*N connections to another server or proxy, where N is the number of simultaneously active users. These guidelines are intended to improve HTTP response times and avoid congestion.

とある。要はサーバ1台につきコネクションは2以下が推奨(SHOULD)らしい。強制じゃないのだが、max-connections系は勝手にいじらず、公式のままにしておきましょう。って話。..とココまで書いて思うのだがこの高速化は既に結構広まっちゃってるので、一人が対策しても焼け石に水なのかもしれん。


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

これをuser.jsに貼り付けてfirefox再起動。

いや~これ素晴らしすぎます!!
最初大学のPCでこの記事を発見してやってみたのですがエライ速い速い。あきらかに体感速度UP.
でもまぁ大学のは元々光速回線だからなぁ...ということで家のADSL1.5Mな環境ではどうなるのかと思い早速帰って家のFirefoxにもこれを試してみました。

結果は...
C3 900MHz マシン→確かに速くなるがやっぱり大学のマシンの時ほどの速さではなかった。
まぁマシンパワーが弱いし当たり前かぁということで今度はathlon64マシンでテスト。

athlon64 3000+マシン→すごい、学校の時とあんま変わらない!!(゜Д゜)
ホントにADSL1.5Mなのかってぐらいの速さです。いや、firefoxユーザーでまだこれを試してない方は是非ともお勧めしたいです。回線はADSL + マシンはそれなりの性能って方には効果絶大かと思われます。

トラックバック(0)

トラックバックURL: https://hoge.sub.jp/blog-cgi/mt/mt-tb.cgi/894

このブログ記事について

このページは、Lyoが2005年5月19日 00:18に書いたブログ記事です。

ひとつ前のブログ記事は「ゲームの話でも」です。

次のブログ記事は「カテゴリーをツリー化」です。

最近のコンテンツはインデックスページで見られます。過去に書かれたものはアーカイブのページで見られます。

月別 アーカイブ

OpenID対応しています OpenIDについて
Powered by Movable Type 7.9.3