Make FireFox Lightning Fast!
February 12, 2008 Posted by James Oliver
The following will be helpful to broadband users:
Step 1. Type “about:config” into the address bar and hit return.
Scroll down and look for the following entries (it’s in alphabetical order):
- network.http.pipelining
- network.http.proxy.pipelining
- network.http.pipelining.maxrequests
Step 2. Alter the entries as follows:
- Set “network.http.pipelining” to “true” (by dbl-clicking)
- Set “network.http.proxy.pipelining” to “true” (by dbl-clicking)
- Set “network.http.pipelining.maxrequests” to some number like 30. (This enables it to make 30 requests at once.)
Step 3. Lastly right-click anywhere in the whitespace and select New-> Integer. Name it “nglayout.initialpaint.delay” and set its value to “0. (This value is the amount of time the browser waits before it acts on information it recieves.)
By default, FireFox will make one request to a web page at a time. When you enable pipelining, it will make several requests at once giving it a major performance boost.
You should see a MUCH faster response from FireFox now!
For more visual help, see the video tutorial in the members area of PCSetupGuide.com











April 11, 2008 at 2:36 pm
hey James,
Thanks for this tip. One question though. Are these changes permanent, or will I need to make then after every update? And do they work the same on the Mac?
Thanks,
Brance
April 11, 2008 at 5:11 pm
The changes should maintain even after updates. These changes should have the same effect on the Mac as well as PC as they’re opening up limitations in the browser rather than anything in the operating system.
Hope that helps!
-James Oliver
April 17, 2008 at 10:33 am
Thanks James!