Quick Firefox

These tips come from from Jim Westergren's "Make Firefox run up to 4 times faster" and are for version 3.0.9 of Firefox. Please read his blog entry for detailed description of the settings.
These are good for users who browse a lot, have broadband connection and likes having lots of tabs open at the same time.
To change these settings type about:config in the address bar and filter by the following keys. Values are after the ;-character.
browser.history_expire_days_min;10
browser.sessionhistory.max_total_viewers;1
browser.tabs.tabMinWidth;80
layout.spellcheckDefault;2
network.http.max-connections;100
network.http.max-connections-per-server;20
network.http.max-persistent-connections-per-server;8
network.http.pipelining;true
network.http.pipelining.maxrequests;8
network.http.proxy.pipelining;true
network.http.request.max-start-delay;0
network.prefetch-next;false
There are also two new values that can be entered. Right click a white space and choose new.
config.trim_on_minimize;true
nglayout.initialpaint.delay;100
Another tip for users who likes having a lot of tabs open is to set a narrower width than the default 100.
browser.tabs.tabMinWidth;70
Works great and makes Google Reader and other web apps much more responsive.
Comments
Martin S. Wrote:
25:e April 2009
Bra tips! Framför allt network-inställningarna ovan gör susen.
Inställningar som config.trim_on_minimize och nglayout.initialpaint.delay finns dock inte i senaste versionen (Firefox 3.0.9).
Jesper Wrote:
5:e Maj 2009
Jag har uppdaterat bloggposten nu för att göra det klarare vilka värden som är nya, de du nämnde Martin.
Kolla även in Jim's bloggpost som han har uppdaterat sen jag skrev detta. Jättebra beskrivningar om vad varje värde gör.