Friday, July 31, 2009

Fireup Mozilla Firefox to increase Speed

Type about:config in the address bar and press Enter

You will see a warning. Just ignore it and click "I will be careful, I promise"

Make the following changes to the values:-


network.prefetch-next = false
network.http.sendRefererHeader = 0
network.http.max-connections = 64
network.http.max-connections-per-server= 20
network.http.max-persistent-connections-per-server= 10
network.http.pipelining = true
network.http.pipelining.maxrequests = 20 or 30 (choose one)
network.http.request.max-start-delay = 0
Network.dns.disableIPv6 = true
config.trim_on_minimize = true
network.prefetch-next = false

New Integer Values to be created:
nglayout.initialpaint.delay = 0
content.max.tokenizing.time = 2250000
content.notify.interval = 750000
content.notify.backoffcount = 5
content.switch.threshold = 750000

Optional:
network.http.max-persistent-connections-per-proxy = 10
network.http.proxy.pipelining = true
network.http.proxy.version = 1.0

New Boolean Values to be created:
content.interrupt.parsing = true
content.notify.ontimer = true

Fix Memory Leak of Mozilla Firefox
Change the integer value of browser.cache.memory.capacity according to your memory requirements. If you don't want Firefox to exceed 16 MB then give the integer value as
16*1024KB = 16384
browser.cache.memory.capacity = 16384
If you have very good capacity of RAM on your system, you can give an increased value of say 32 MB or 64 MB

0 comments:

Post a Comment