orioa:
Firefox 高速化 より。。。爆速になったような。。。ぷっ。
* 老体PC・なろ~回線では今一発揮しないかな。。。気の持ちようでちゅ!
* 老体PC。。。火を噴かないでね。。。うふ。
*
Fastererfox も使って。。。素人は何でも使っちゃう。。。ぷっ。
【なろ~王子仕様】
現在閉鎖の「Firefoxを光速に至らしめ、さらばIE」より。。。
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-perproxy", 8);
user_pref("network.http.max-persistent-connections-perserver", 4);
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("nglayout.initialpaint.delay", 250);
user_pref("dom.disable_window_status_change", true);
だったけど、
orioa:
Firefox 高速化仕様に変更!
user_pref(”browser.chrome.image_icons.max_size”, 128);
user_pref(”config.trim_on_minimize”, true);
user_pref(”browser.sessionhistory.max_total_viewers”, -1);
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(”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.switch.threshold”, 750000);
user_pref(”browser.cache.memory.capacity”, 65536);
user_pref(”browser.cache.disk.enable”, false);
ChromEdit Plus が使えれば、素人でも user.js を操作できちゃいますよね!