調降Firefox的記憶體用量,可以說是所有愛用Firefox的朋友心中永遠想要完成的夢想。之前也曾介紹過各種調降Firefox記憶體的用法,不過都沒有這個直接修改Firefox設定的方法更加簡單。在Firefox3.0尚未正式推出前,使用2.0的朋友就先用這個方法擋一擋吧!
Step
1.首先打開Firefox瀏覽器,在網址列輸入:「about:config」,按下〔Enter〕。接著在「篩選器」輸入「config.trim_on_minimize」來搜索這個值。
2.如果找不到,就用滑鼠右鍵點擊空白處,選【新增】→【真假值】,增加一個「config.trim_on_minimize」,並將其設定為「true」。重新打開Firefox,以後縮小瀏覽器時就會自動釋放大量記憶體囉!
Step
1.首先打開Firefox瀏覽器,在網址列輸入:「about:config」,按下〔Enter〕。接著在「篩選器」輸入「config.trim_on_minimize」來搜索這個值。
2.如果找不到,就用滑鼠右鍵點擊空白處,選【新增】→【真假值】,增加一個「config.trim_on_minimize」,並將其設定為「true」。重新打開Firefox,以後縮小瀏覽器時就會自動釋放大量記憶體囉!
| 覺得這個密技不錯嗎?還有更多好玩實用的密技,都在 《Download! 網路密技王 No.4》 ★下載情報 + 站長工具 + 網路賺錢 + 軟體教學! ★由各大部落格寫手聯合出擊,提供你最私房的電腦密技! 到funP免費換《Download網路密技王》活動進行中 (限量兌換) 全省7-11超商上架中,博客來線上購買從這裡走~ | ![]() |














Recommend to Front page





FireFox自行設定參數
速度優化。:)首先,在網址欄輸入「about:config」, 將開啟一個參數的命令列清單,這就是我們以下
進行編輯的第一步。
第二步,在下面的清單中找到(或直接輸入)「network.http.pipelining」並將其值內容
改為「true」。
隨後我們找到「network.http.proxy.pipelining」並把它的值同樣設定為「true」。
第三步:我們找到「network.http.pipelining.maxrequests」並把它的值改的高一些,如
果你改成10,意思就是要求它每次傳送10個請求。
但是不是說你改成40說意味著速度比以前快10倍。這取決於網站的支援……(我用的是30
)官方版主給出的是8。大家自己看個人的喜好。
最後一步就是在Firefox任何一個地方點右鍵,選擇「New」—「Integer」在彈出的對話方
塊中輸入「nglayout.initialpaint.delay」並將其值改為「0」,表示當流覽器收到網站
回覆的資訊後能夠快速的反應。(這也是以前總是覺得ff比ie開網頁慢的原因。)
Firefox的設定檔中包括程式選項設定、書籤及延伸、外掛程式等資訊,而其預設是存儲於
系統 盤中(不論程式是否安裝於系統磁片)。為了使重裝系統時無需麻煩地備份設定檔,還
是先更改其路徑為非系統磁片為佳。
我們先建立一個Firefox程式的快捷 方式,再用滑鼠按右鍵,在彈出功能表中選擇「內容
」,而後檢視快顯視窗的「捷徑」標籤頁,在「目標」選項中加入參數「-p」。
確認動作後,按兩下該快捷 方式啟動Firefox,會彈出「Firefox-選擇使用者設定檔」對
話方塊。
在此按「建立設定檔」按鈕,然後按照嚮導的提示為設定檔命名並選擇存儲路徑。
===
Firefox 的記憶體釋放
about:config
new
boolean
config.trim_on_minimize
true
===
自行設定參數
注意:以下內容針對 Firefox 1.0+ 撰寫,可能會因程式版本更新而有所更動!
Firefox 一些細部的調整除了手動修改設定檔外,也可以在網址列輸入 "about:config"
進行「較友善」的選項搜尋與修改。
舉例來說,要設定下面這個選項:
"network.http.pipelining.maxrequests", 8
可以在上方過濾器(搜尋)輸入 "network.http.pipelining",程式會自動列出符合的選
項。在欲修改的選項上按右鍵選擇「修改」(如要修改的是真假值,請選擇切換),輸入
欲修改的參數值(如本例是"8")即可。若是找不到想要修改的選項或需要加入新選項時,
請按右鍵選擇「新增」後點選要加入的項目類型。 about:config內的項目可以依參數的型
態分為字串、整數、與真假值三類。
以下建議的設定與參數由不同作者所做,內容各有一些不同。您可以擇一套用,或全部使
用。
Speeding up Firefox the right way
資料來源:Speeding up Firefox the right way
(http://codebetter.com/blogs/darrell.norton/archive/2005/01/28/48720.aspx)
1. 通用設定
這裡的選項與您的電腦運算速度及網路速度無關,是每台電腦都可使用的設定。
"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
2. 寬頻/高速電腦使用者設定
這些設定適用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
3. 中等頻寬/高速電腦使用者設定
這些設定適用較慢的寬頻網路((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
4. 窄頻/高速電腦
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
5. 寬頻/慢速電腦
這裡的最後一項設定取消狀態列的功能,以節省電腦的運算。
"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
6. 窄頻/慢速電腦
"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
加快你 FF 瀏覽的速度
資料來源:討論主題 #4913 (http://forum.moztw.org/viewtopic.php?t=4913)
"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
另外在捷徑路徑後面加上 -turbo ,啟動速度也會加快:
"C:\Program Files\Mozilla Firefox\firefox.exe" -turbo
其他
"browser.display.show_image_placeholders", true
"browser.chrome.favicons", fales
"browser.urlbar.autocomplete.enabled", true
"browser.urlbar.autoFill", true
"network.http.pipelining.firstrequest", true
參數說明:
browser.display.show_image_placeholders
當圖片無法正確顯示時,會顯示一個替代的圖案告訴你這裡有圖片。
browser.chrome.favicons"
書籤圖示的功能,參見討論主題 #3565
(http://forum.moztw.org/viewtopic.php?t=3565)
browser.urlbar.autocomplete.enabled
待補充
browser.urlbar.autoFill
類似 IE 的自動完成功能。
network.http.pipelining.firstrequest
待補充
關於非官方 rebuild/repackage
非官方 rebuild/repackage 除了在編譯上對您的平台/CPU 做出最佳化外,通常也會依作
者的經驗預先進行最佳化的設定。因此您不需要再自行設定,或只需要做部分設定。請參
閱非官方建製版本資訊。
(資料來源:討論主題 #6305 (http://forum.moztw.org/viewtopic.php?t=6305))
* pigfoot rebuild (http://forum.moztw.org/viewtopic.php?t=6376)
2005年三月以後的版本只需加入
"nglayout.initialpaint.delay", 0
並在捷徑路徑加上參數"-turbo"即可,其他都已經是預設值。
* JTW rebuild (http://forum.moztw.org/viewtopic.php?t=3247)
只需加入以下參數並在捷徑路徑加上參數"-turbo",其餘皆已調整:
"plugin.expose_full_path", true
"content.interrupt.parsing", true
"content.max.tokenizing.time", 2250000
"content.notify.interval", 750000
"content.switch.threshold", 750000
"nglayout.initialpaint.delay", 0
"network.http.max-connections", 4Cool;
"network.http.max-connections-per-server", 16
"network.http.max-persistent-connections-per-proxy", 16
"network.http.max-persistent-connections-per-server", Cool;
"network.http.pipelining.maxrequests", 8
"nglayout.initialpaint.delay", 0
Comment Permissions: Allow commenting