Wednesday, August 29, 2007

How to configure your FireFox for browsing faster

Open Firefox,Type "about;config" on the adresses bar (URL) then press enter.
Set Firefox parameters as shown below:
(double click these setting to change the value, for true/false booleans they will be change automaticaly)

code:
browser.tabs.showSingleWindowModePrefs – true
network.http.max-connections – 64
network.http.max-connections-per-server – 20
network.http.max-persistent-connections-per-proxy – 10
network.http.max-persistent-connections-per-server – 4
network.http.pipelining – true
network.http.pipelining.maxrequests – 100
network.http.proxy.pipelining – true
network.http.request.timeout – 300
nglayout.initialpaint.delay = 0
network.http.request.max-start-delay = 0
If nglayout.initialpaint.delay doesnt exist, Right click, new integer.


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

Close Firefox and then restart again.
I hope this tip work

0 comment: