Sweet Soft World

Monday, June 12, 2006

Speed Up Your Firefox Browser

Make FireFox light speed open webpage:
  1. Once you've loaded up firefox go to the address bar and type: about:config
  2. Right click and select: New @~> Integer
  3. Name the integer: nglayout.initialpaint.delay
  4. Change the integers value to: 0
What this does is tells firefox to wait 0 milliseconds before loading the page so the page loads extremly fast.

Other Trik:
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.
Alter the entries as follows: (by double clicking them)
- 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. (I changed mine to 100, works great.)

0 Comments:

Post a Comment

<< Home