我的 FX user.js 設定檔部分內容,僅供參考。
若有意嘗試,請注意有些參數可能會有適用版本的問題。
- browser.startup.homepage
- Browser 啟始頁位址。也許是有設定了這個參數,版本升級時並未出現首頁被更改成 Yahoo 的狀況。
- browser.sessionhistory.max_total_viewers (3)
- 好像是分頁快取的最大數量,預設 5。
- browser.sessionhistory.cache_subframes (false)
- 應該是搭配前項設定。
- 一些網路連接參數
- 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)
- network.http.pipelining (true)
- network.http.pipelining.firstrequest (true)
- network.http.pipelining.maxrequests (8)
- network.http.proxy.pipelining (true)
- nglayout.initialpaint.delay (0)
- 初始繪製延遲。預設值:250ms
- content.notify.backoffcount (5)
- 初始回流(Reflow)最低值
- content.notify.interval (750000)
- 初始回流間隔。預設值:120000
- content.max.tokenizing.time (2250000)
- 回到事件迴圈時中斷描繪的中斷時間。不要設為 0
- content.switch.threshold (750000)
- 高頻或低頻中斷模式切換的最低值。預設值:750000
- browser.cache.memory.capacity (5000)
- 快取設定(預設值 -1、單位為 KB)
0 意見:
張貼留言