Sunday, June 13, 2010

Speeding up Firefox

Firstly disable unwanted addons. Then do the following. It will improve the page load times.

Type "about:config" in the url bar, and change the values of the following properties
  • network.http.pipelining;    true
  • network.http.pipelining.maxrequests;    10
  • network.http.pipelining.ssl;    true
  • network.http.proxy.pipelining;    true
  • network.dns.disableIPv6;    true

No comments:

Post a Comment