Firefox Performance Tuneup Tricks
Do you use Firefox browser? It's a more stable browser than Internet Explorer.
Dave gave some performance enhancing tips here. For example:
Type "about:config" in Firefox address bar.
- Set "network.http.pipelining" value to "true"
- Set "network.http.proxy.pipelining" to "true"
- Change “network.http.pipelining.maxrequest”â to a number around "30". This indicates that the browser will attempt to make up to 30 requests to the server at one given moment.
- Finally, you need to add in a variable to the list. In order to do so, right click and select "new --> integer". A menu will popup asking for you to enter the name of this integer. Enter "nglayout.initialpaint.delay" and set its value to "0". This tells the fox not to wait on displaying the data that it has received from the server.
Read more here.


<< Home