MozTW 討論區 https://forum.moztw.org/ |
|
[轉貼]Speeding up Firefox the right way https://forum.moztw.org/viewtopic.php?f=2&t=6305 |
第 1 頁 (共 1 頁) |
發表人: | petertc [ 2005-02-01, 15:57 ] |
文章主題 : | [轉貼]Speeding up Firefox the right way |
http://codebetter.com/blogs/darrell.nor ... 48720.aspx |
發表人: | petertc [ 2005-02-01, 16:02 ] |
文章主題 : | |
如果是用JTW rebuild的版本的話,只要改下面就好了(其他的已經調整過了) user_pref("plugin.expose_full_path", true); user_pref("content.interrupt.parsing", true); user_pref("content.max.tokenizing.time", 2250000); user_pref("content.notify.interval", 750000); 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); 另外這裡 http://0rz.net/6208B 有提到一些這篇沒有的 network.http.pipelining.maxrequests :8 nglayout.ititialpaint.delay :0 捷徑路經加上參數"-turbo" 如"C:\Program Files\Mozilla Firefox\firefox.exe" -turbo |
發表人: | petertc [ 2005-02-18, 19:15 ] |
文章主題 : | |
如果是用pigfoot前輩的版本,只需要修改下列參數 user_pref("ui.submenuDelay", 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("content.max.tokenizing.time", 2250000); (這一個項目pigfoot預設已經設為3000000了,請斟酌) network.http.pipelining.maxrequests :8 nglayout.ititialpaint.delay :0 捷徑路經加上參數"-turbo" 如"C:\Program Files\Mozilla Firefox\firefox.exe" -turbo |
發表人: | petertc [ 2005-03-11, 23:25 ] |
文章主題 : | |
用pigfoot前輩2005年三月以後版本的只需要加入 nglayout.ititialpaint.delay :0 捷徑路經加上參數"-turbo" 如"C:\Program Files\Mozilla Firefox\firefox.exe" -turbo 其他的在前輩的build都已經是預設值 -- 或許沒加入的沒有用這樣:P |
第 1 頁 (共 1 頁) | 所有顯示的時間為 UTC + 8 小時 |
Powered by phpBB® Forum Software © phpBB Group https://www.phpbb.com/ |