firstsmart
Verified Seller
หัวหน้าแก๊งเสียว
พลังน้ำใจ: 68
ออฟไลน์
กระทู้: 1,084
|
 |
« เมื่อ: 21 มิถุนายน 2009, 21:24:00 » |
|
เทคนิคปรับแต่งโปรแกรม FireFox ให้สามารถทำงานและท่องเน็ทได้อย่างรวดเร็ว : เริ่มการปรับแต่ง ให้คุณพิมพ์คำสั่งต่อไปนี้ about:config ที่ Address Bar ของโปรแกรม FireFox เมื่อกด Firefox จะแสดงค่าตัวแปรต่างๆ ขึ้นมา จากนั้นให้คุณเลื่อนหาและปรับค่าดังต่อไปนี้ การปรับแต่งแบบทั่วไป (กรณีไม่แน่ใจว่าควรจะปรับแบบใดดี) user_pref("network.http.pipelining", true); user_pref("network.http.proxy.pipelining", true); user_pref("network.http.pipelining.maxrequests", 8; user_pref("content.notify.backoffcount", 5); user_pref("plugin.expose_full_path", true); user_pref("ui.submenuDelay", 0); การปรับในกรณีที่ใช้เครื่องที่มีสเปคสูง และต่ออินเตอร์เน็ทแบบความเร็วสูง (เช่น ADSL) 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("nglayout.initialpaint.delay", 0); user_pref("network.http.max-connections", 48; user_pref("network.http.max-connections-per-server", 16); user_pref("network.http.max-persistent-connections-per-proxy", 16); user_pref("network.http.max-persistent-connections-per-server", 8; user_pref("browser.cache.memory.capacity", 65536); การปรับในกรณีที่ใช้เครื่องที่มีสเปคสูง แต่ต่ออินเตอร์เน็ทแบบธรรมดา (เช่น ADSL 256Kb) user_pref("browser.cache.memory.capacity", 65536); [new integer] user_pref("content.max.tokenizing.time", 2250000); user_pref("content.notify.interval", 750000); user_pref("content.notify.ontimer", true); [new boolean] user_pref("content.switch.threshold", 750000); user_pref("network.http.max-connections", 48; user_pref("network.http.max-connections-per-server", 16); user_pref("network.http.max-persistent-connections-per-proxy", 16); user_pref("network.http.max-persistent-connections-per-server", 8; user_pref("nglayout.initialpaint.delay", 0); การปรับในกรณีที่ใช้เครื่องที่มีสเปคสูง และต่ออินเตอร์เน็ทแบบความเร็วปานกลาง (เช่น ADSL 512Kb) 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.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", 4); user_pref("nglayout.initialpaint.delay", 0); user_pref("browser.cache.memory.capacity", 65536); การปรับในกรณีที่ใช้เครื่องที่มีสเปคต่ำ แต่ต่ออินเตอร์เน็ทแบบความเร็วสูง (เช่น ADSL 1Mb ขึ้นไป) user_pref("content.max.tokenizing.time", 3000000); user_pref("content.notify.backoffcount", 5); user_pref("content.notify.interval", 1000000); user_pref("content.notify.ontimer", true); user_pref("content.switch.threshold", 1000000); user_pref("content.maxtextrun", 4095); user_pref("nglayout.initialpaint.delay", 1000); user_pref("network.http.max-connections", 48; user_pref("network.http.max-connections-per-server", 16); user_pref("network.http.max-persistent-connections-per-proxy", 16); user_pref("network.http.max-persistent-connections-per-server", 8; user_pref("dom.disable_window_status_change", true);
การปรับในกรณีที่ใช้เครื่องที่มีสเปคต่ำ และต่ออินเตอร์เน็ทแบบ Dial-Up 56Kb ( 64Kb , 128Kb ) user_pref("content.max.tokenizing.time", 2250000); [new integer] user_pref("content.notify.interval", 750000); user_pref("content.notify.ontimer", true); [new boolean] user_pref("content.switch.threshold", 750000); user_pref("nglayout.initialpaint.delay", 750); 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("dom.disable_window_status_change", true);
|