Tweaks Webbrowser Firefox speed

Firefox is already pretty damn fast but did you know that you can tweak it and improve the speed even more? That’s the beauty of this program being open source. Here’s what you do:

In the URL bar, type “about:config” and press enter. This will bring up the configuration “menu” where you can change the parameters of Firefox. Double Click on the following settings and put in the numbers below - for the true / false booleans - they’ll change when you double click.
Code:

browser.tabs.showSingleWindowModePrefs - true
network.http.max-connections - 48
network.http.max-connections-per-server - 16
network.http.max-persistent-connections-per-proxy - 8
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

One more thing_ Right-click somewhere on that screen and add a 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 receives. Since you’re broadband - it shouldn’t have to wait.

Now you should notice you’re loading pages MUCH faster now!
loading...

Related Posts :

  • Ready for Firefox 6? Here's What's on the WayMozilla Firefox 6 Mozilla's Firefox browser 5th May have only just http://www.pcworld.com/article/228401/firefox_5_beta_available_now_but_n… Read More...
  • Using a Web BrowserThere are several different Web Browsers available. However, 90% of the Internet population uses one of the two most popular browsers - Nets… Read More...
  • Web BrowserNew Technologies The technologies for speech-enabled browsers continue under development and some are available now. It will just be a matt… Read More...
  • The Cookie ConceptThe WWW is built on a very simple, but powerful premise. All material on the Web is formatted in a general, uniform format called HTML (Hype… Read More...
  • How a URL Workshttp:// --- This indicates it's a web page address. It is quite common to leave this part off. In modern browsers, the http:// will automati… Read More...