Aug
6
2006
6
2006
How to speed up web page loading in FireFox
Attempting to make my favourite browser FireFox load pages faster I came up with the following:
This works by allowing FireFox to download more than one file at a time.
To tweak your FireFox, follow the instructions below:
- Type about:config into the address bar and hit Enter.
- Look for the following entries:
network.http.pipelining
network.http.proxy.pipelining
network.http.pipelining.maxrequests - Alter the entries as follows:
Set network.http.pipelining to true
Set network.http.proxy.pipelining to true
Set network.http.pipelining.maxrequests to your desired maximum number of connections, such as 30. - Right-click anywhere and select New -> Integer. Give the new entry the name nglayout.initialpaint.delay and set its value to 0. This setting is the amount of time FireFox waits before it acts on information it receives.
That’s it! You’ll load pages MUCH faster now (well, assuming you’re not on dial-up!)
I also recommend viewing A Beginner’s Guide to Firefox.
Best regards!
DW
How to speed up web page loading in FireFox
Originally from DWTIPS by
