最近更新したページ
2006-05-11
2006-03-31
2006-03-28
2006-03-14
2006-02-27
2006-02-23
2006-02-20
2006-02-19
2006-02-18
2006-02-16
2006-02-15
2006-02-13
2006-02-12
2006-02-09
2006-02-08
2006-02-07
2006-02-02
2006-02-01
最新コメント
rubyでGUIアプリ作成 by check it out
AVG by awesome things!
All-in-One Gestures by check it out
ruby by check it out
Ruby/Google by awesome things!
FrontPage by check it out
FrontPage by check it out
pear by awesome things!
VisualBoyAdvance by canada goose expedition
php私用逆引き by seo thing

firefox高速化チューン

firefox高速化チェーン

firefox



概要


firefoxはIEと比べると若干遅い
以下の作業を行うとIEより早くなり、さらにもっと早くなる。

windowsの場合は"fireturn"とか、firefoxをボタン1つで高速化してくれるツールもある


解説ページ


チューニング Firefoxまとめページ
上記のページを参考にすればfirefoxの挙動をIEより早くできる

上記のページを参考にしてportable firefoxの高速化を計る
(インストール版firefoxなら"fire turn"というソフトを用いることもできる)



作業



高速化は各自の自己判断によって行ってください
もしかするとfirefoxやOSが不安定になるかもしれないそうです

私はなったことありませんが…

portable firefoxのフォルダ内にある"profile"というフォルダ内で作業する。
profileフォルダ内に"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", 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", 2);
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", 750);
user_pref("plugin.expose_full_path", true);
user_pref("signed.applets.codebase_principal_support", true);

   firefoxを再起動すると気持ち早くなってるかもw
   またfirefoxの起動時のオプションに"/prefetch:1"をつけるとさらに早くなるっぽい
   このオプションはメモリをたくさん食うように指定するんだっけか?
PortableFirefox.exe /prefetch:1
   で実行する
   usbで私が紹介したランチャをお使いの方はランチャの実行ファイル指定画面においてオプションも指定できるみたいです
2006年02月09日(木) 10:12:47 Modified by sakatani_hideaki




スマートフォン版で見る