Monday, April 14, 2008

Speed Up your Firefox

Here's how to tweak Firefox:

1. Open your Firefox browser.

2. In the address bar, replace the web address with about:config as shown in the screenie.

3. Input the following by:

- double clicking the preference if it is present by default

- right clicking anywhere in the browser then go to New then Integer or Boolean if the preference is absent by default

Remember: if the value is a number, it’s an “Integer”. If it is either True or False, it’s “Boolean”. (Please click the word for the complete definition.)

Input without the comma.

browser.cache.disk.capacity, 15000
browser.cache.disk.enable, true
browser.cache.memory.capacity, 65536
browser.cache.memory.enable, true
browser.search.openintab, true
browser.tabs.loadFolderAndReplace, false
browser.urlbar.hideGoButton, true
config.trim_on_minimize, true
content.interrupt.parsing, true
content.max.tokenizing.time, 2250000
content.notify.backoffcount, 5
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
network.http.pipelining, true
network.http.pipelining.maxrequests, 8
network.http.proxy.pipelining, true
network.http.request.max-start-delay, 0
nglayout.initialpaint.delay, 0
plugin.expose_full_path, true
ui.scrollToClick, true
ui.submenuDelay, 0

Double check, then close Firefox.

Open the bowser again. Firefox must speed up now.

No comments: