>  2004/09/18 (土) 02:09:14        [mirai]
> > どこを変えたらキビキビよ?(;´Д`)教えて
> 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(土)02時02分00秒