Wednesday, December 13, 2006

Speed up Mozilla FireFox

FireFox is a web browser that can browse faster. We can make it faster. How?
Type "about :config" in the address field without " and hit ENTER.

  1. Set the value of network.http.pipelining to "true".
  2. Set the value of network.http.pipelining.maxrequests to "50".
    This means it will make 50 requests at once.
  3. Set the value of network.http.proxy.pipelining to "true".
  4. Set the value of nglayout.initialpaint.delay to "0".
    If your configuration doesn't have "nglayout.initialpaint.delay" you can make it by right click anywhere, select New > Integer, then name it with "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.

Source: 500 tutorial to speed up computer

0 Comments:

Post a Comment

<< Home