一直在使用Firefox做我的瀏覽器,可是對Firefox訪問Internet的速度有點難以忍受,于是在網上搜索了一些提速Firefox的小技巧,
現在總結如下,
一是方便自己,以后查起來很方便,不用總是麻煩Google了,二來也可以為大家提供方便。
1. 首先在瀏覽器地址欄里輸入“about:config”,打開Firefox的屬性編輯器,這個類似于windows的注冊表。
2. 更改 "network.http.pipelining" 為 ture
3. 更改 "network.http.proxy.pipelining" 為 ture
4. 更改 "network.http.pipelining.maxrequests"為32,表示同時可以接受32條申請。
這個是主要的配置信息,大部分的搜索結果都有這些。
以下是我好不容易才找到的。
1. 新建 boolean型的變量,設置鍵為 "network.http.pipelining.firstrequest" ,值為 ture。
2. 如果你想享受瀏覽器 Opera 的一些特性,可以 修改 "network.http.sendRefererheader" 為 0。
3. 如果你已經使用了IPv6(一般對國外的一些朋友來說吧,呵呵),可是 更改 "network.http.sendRefererheader" 為 true。
好了,現在重新啟動你的Firefox,體驗不一般的沖浪感覺吧~~:)
下面是我在最近才網上找到的,也一起分享給大家:
* 通用設定:這裡的選項與您的電腦運算速度及網路速度無關,是每臺電腦都可使用的設定.其他的選項請依您的電腦與網路
"content.notify.backoffcount", 5
"network.http.pipelining", true
"network.http.proxy.pipelining", true
"network.http.pipelining.maxrequests", 8
"plugin.expose_full_path", true
"ui.submenuDelay", 0
* 寬頻/高速電腦使用者設定:這些設定適用60MB以上的記憶體,以及較快的寬頻網路((A)DSL/Cable/fiber ).
"browser.cache.memory.capacity", 65536
"content.interrupt.parsing", true
"content.max.tokenizing.time", 2250000
"content.notify.interval", 750000
"content.notify.ontimer", true
"content.switch.threshold", 750000
"network.http.max-connections", 48
"network.http.max-connections-per-server", 16
"network.http.max-persistent-connections-per-proxy", 16
"network.http.max-persistent-connections-per-server", 8
"nglayout.initialpaint.delay", 0
* 中等網速/高速電腦使用者設定:這些設定適用較慢的寬頻網路((A)DSL/Cable).
"browser.cache.memory.capacity", 65536
"content.max.tokenizing.time", 2250000
"content.notify.interval", 750000
"content.notify.ontimer", true
"content.switch.threshold", 750000
"network.http.max-connections", 48
"network.http.max-connections-per-server", 16
"network.http.max-persistent-connections-per-proxy", 16
"network.http.max-persistent-connections-per-server", 8
"nglayout.initialpaint.delay", 0
* 窄頻/高速電腦:56K/V9.0撥接網路適用
"browser.cache.memory.capacity", 65536
"browser.xul.error_pages.enabled", true
"content.interrupt.parsing", true
"content.max.tokenizing.time", 3000000
"content.maxtextrun", 8191
"content.notify.interval", 750000
"content.notify.ontimer", true
"content.switch.threshold", 750000
"network.http.max-connections", 32
"network.http.max-connections-per-server", 8
"network.http.max-persistent-connections-per-proxy", 8
"network.http.max-persistent-connections-per-server", 4
"nglayout.initialpaint.delay", 0
* 寬頻/慢速電腦:這裡的最后一項設定取消狀態列的功能,以節省電腦的運算.
"content.max.tokenizing.time", 3000000
"content.notify.backoffcount", 5
"content.notify.interval", 1000000
"content.notify.ontimer", true
"content.switch.threshold", 1000000
"content.maxtextrun", 4095
"network.http.max-connections", 48
"network.http.max-connections-per-server", 16
"network.http.max-persistent-connections-per-proxy", 16
"network.http.max-persistent-connections-per-server", 8
"nglayout.initialpaint.delay", 1000
"dom.disable_window_status_change", true
* 窄頻/慢速電腦
"content.max.tokenizing.time", 2250000
"content.notify.interval", 750000
"content.notify.ontimer", true
"content.switch.threshold", 750000
"network.http.max-connections", 32
"network.http.max-connections-per-server", 8
"network.http.max-persistent-connections-per-proxy", 8
"network.http.max-persistent-connections-per-server", 4
"nglayout.initialpaint.delay", 750
"dom.disable_window_status_change", true
* 加快你 FireFox 網頁瀏覽的速度
"browser.turbo.enabled", true
"network.http.pipelining", true
"network.http.pipelining.firstrequest", true
"network.http.pipelining.maxrequests", 32
"network.http.proxy.pipelining", true
"nglayout.initialpaint.delay", 0
* 其他建議參數設定
"browser.display.show_image_placeholders", true
"browser.chrome.favicons", fales
"browser.urlbar.autocomplete.enabled", true
"browser.urlbar.network.http.pipelining.firstrequest", true
* 減少Firefox的內存占用量
點擊右鍵,new --> integer --> 輸入 browser.cache.memory.capacity --> 確定 --> 輸入數值,推薦“16000”。