> 2004/09/18 (土) 02:02:00 ◆ ▼ ◇ [mirai]> > Firefoxかなりいいな(´ー`)設定変えたら動作もキビキビだ
> どこを変えたらキビキビよ?(;´Д`)教えて
mozillaに比べて別タブ開いたときに若干もたついてたのが無くなった
user.jsにこれ追加して再起動ヽ(´ー`)ノhttpのとこは勝手に数字もっと増やしてる
user_pref("nglayout.initialpaint.delay", 100);
user_pref("content.notify.ontimer", true);
user_pref("content.notify.interval", 100000);
user_pref("content.notify.backoffcount", 5);
user_pref("network.http.pipelining", true);
user_pref("network.http.proxy.pipelining", 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", 4);
user_pref("network.http.max-persistent-connections-per-server", 2);
参考:2004/09/18(土)01時58分15秒