一直在使用Firefox做我的瀏覽器,可是對(duì)Firefox訪問Internet的速度有點(diǎn)難以忍受,于是在網(wǎng)上搜索了一些提速Firefox的小技巧,
現(xiàn)在總結(jié)如下,
一是方便自己,以后查起來很方便,不用總是麻煩Google了,二來也可以為大家提供方便。
1. 首先在瀏覽器地址欄里輸入“about:config”,打開Firefox的屬性編輯器,這個(gè)類似于windows的注冊(cè)表。
2. 更改 "network.http.pipelining" 為 ture
3. 更改 "network.http.proxy.pipelining" 為 ture
4. 更改 "network.http.pipelining.maxrequests"為32,表示同時(shí)可以接受32條申請(qǐng)。
這個(gè)是主要的配置信息,大部分的搜索結(jié)果都有這些。
以下是我好不容易才找到的。
1. 新建 boolean型的變量,設(shè)置鍵為 "network.http.pipelining.firstrequest" ,值為 ture。
2. 如果你想享受瀏覽器 Opera 的一些特性,可以 修改 "network.http.sendRefererheader" 為 0。
3. 如果你已經(jīng)使用了IPv6(一般對(duì)國(guó)外的一些朋友來說吧,呵呵),可是 更改 "network.http.sendRefererheader" 為 true。
好了,現(xiàn)在重新啟動(dòng)你的Firefox,體驗(yàn)不一般的沖浪感覺吧~~:)
下面是我在最近才網(wǎng)上找到的,也一起分享給大家:
* 通用設(shè)定:這裡的選項(xiàng)與您的電腦運(yùn)算速度及網(wǎng)路速度無關(guān),是每臺(tái)電腦都可使用的設(shè)定.其他的選項(xiàng)請(qǐng)依您的電腦與網(wǎng)路
"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
* 寬頻/高速電腦使用者設(shè)定:這些設(shè)定適用60MB以上的記憶體,以及較快的寬頻網(wǎng)路((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
* 中等網(wǎng)速/高速電腦使用者設(shè)定:這些設(shè)定適用較慢的寬頻網(wǎng)路((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撥接網(wǎng)路適用
"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
* 寬頻/慢速電腦:這裡的最后一項(xiàng)設(shè)定取消狀態(tài)列的功能,以節(jié)省電腦的運(yùn)算.
"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 網(wǎng)頁瀏覽的速度
"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
* 其他建議參數(shù)設(shè)定
"browser.display.show_image_placeholders", true
"browser.chrome.favicons", fales
"browser.urlbar.autocomplete.enabled", true
"browser.urlbar.network.http.pipelining.firstrequest", true
* 減少Firefox的內(nèi)存占用量
點(diǎn)擊右鍵,new --> integer --> 輸入 browser.cache.memory.capacity --> 確定 --> 輸入數(shù)值,推薦“16000”。