Speeding Up Firefox
I am on a broadband connection this week, but it is nothing like my connection at home. So I decided to look for some ways to speed up my web browser. Fortunately, I use Firefox, so it is highly customizable.
I found a great article on Free Republic, that really speeds up my web browsing experience. I have included it below for your use.
1.Type “about:config” into the address bar and hit return. Scroll down and look for the following entries:
network.http.pipelining network.http.proxy.pipelining network.http.pipelining.maxrequests
Normally the browser will make one request to a web page at a time. When you enable pipelining it will make several at once, which really speeds up page loading.
2. Alter the entries as follows:
Set “network.http.pipelining” to “true”
Set “network.http.proxy.pipelining” to “true”
Set “network.http.pipelining.maxrequests” to some number like 30. This means it will make 30 requests at once.
3. Lastly right-click anywhere 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.
Related posts:
- Enabling Extensions in Firefox 2 Beta I love firefox. There is no browser on the market that has wider support and better features. However, I am always reluctant to upgrade to the latest beta versions. Whenever...
- Firebug: Integrate Firefox With Web Development Firebug is a plugin for the Mozilla Firefox web browser that allows you to develop and modify web sites from directly inside Firefox. This could be a great tool due...
- Firefox del.icio.us Bookmarks Add-On If you have multiple computers, or just use several computers throughout the day, you know how hard it is to keep all bookmarks up to date on all computers. When...
- Mozilla Releases Firefox 2 On Tuesday, Mozilla corporation released the second edition of the famous web browser, Firefox. Firefox was a fork of the Navigator project. The first major release was on November 9,...
- Firefox 2 Beta Has Arrived Firefox just released the long awaited Beta for it’s Firefox 2 Software. Right now it is only for developers, but it will soon be coming out for everyone. One of...


