ThaiSEOBoard.com

ไทย เสียว บอร์ด => Tutorial (ห้ามตั้งคำถามห้องนี้) => ข้อความที่เริ่มโดย: firstsmart ที่ 21 มิถุนายน 2009, 21:24:00



หัวข้อ: เทคนิคปรับแต่ง FIREFOX ให้เร็วแรงถึงจาย . . ช้าช้าไวรุ่นเซ็ง!!
เริ่มหัวข้อโดย: firstsmart ที่ 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);




หัวข้อ: Re: เทคนิคปรับแต่ง FIREFOX ให้เร็วแรงถึงจาย . . ช้าช้าไวรุ่นเซ็ง!!
เริ่มหัวข้อโดย: movemore ที่ 21 มิถุนายน 2009, 21:25:51
ใช้ firefox 3.5 สิ ไม่้ต้องปรับ !


หัวข้อ: Re: เทคนิคปรับแต่ง FIREFOX ให้เร็วแรงถึงจาย . . ช้าช้าไวรุ่นเซ็ง!!
เริ่มหัวข้อโดย: g-ji ที่ 21 มิถุนายน 2009, 21:27:32
วันก่อนมันอัพเดต 3.0.11 มาอ่ะ

เลย ปิด firebug กับ php firebug ไป

มันไม่แฮงแล้วเย้ ;D ... ดีใจ หมาไฟใช้ได้แว้ว



หัวข้อ: Re: เทคนิคปรับแต่ง FIREFOX ให้เร็วแรงถึงจาย . . ช้าช้าไวรุ่นเซ็ง!!
เริ่มหัวข้อโดย: ต่อ ที่ 21 มิถุนายน 2009, 21:31:38
ไม่เคยแฮ๊งค์ไม่เคยช้า เครื่องแรง 8)


หัวข้อ: Re: เทคนิคปรับแต่ง FIREFOX ให้เร็วแรงถึงจาย . . ช้าช้าไวรุ่นเซ็ง!!
เริ่มหัวข้อโดย: kopter ที่ 21 มิถุนายน 2009, 21:38:31
ขอบคุณๆๆๆๆๆ


หัวข้อ: Re: เทคนิคปรับแต่ง FIREFOX ให้เร็วแรงถึงจาย . . ช้าช้าไวรุ่นเซ็ง!!
เริ่มหัวข้อโดย: Netslow ที่ 21 มิถุนายน 2009, 21:51:30
แล้วมันจะมีผลอะไรกับเราป่ะ ไปโมมันเด๋วมันเจ๊ง plugin ใช้ไม่ได้อ่า เซงเลยนะแบบนั้น
 :P