- Back to Home »
- computer tricks , Hacking Tricks , mozilla firefox »
- Trick To Make Firefox 30 Times Faster
Friday, January 17, 2014
To increase the speed of mozilla browser follow these simple steps:
1. first type "about:config" in browser's address bar and click enter now 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 but when you enable pipelining it will enable several at once which really speeds up page loading2. change the entries as follows
set "network.http.pipelining" to "true"
set "network.http.proxy.pipelining" to "true"
and set "network.http.pipelining.maxrequests" value around 30, this means the browesr will be able to make 30 requests at once
3. Lastly right click anywhere and select New--> integer , name it as "nglayout.initialpaint.delay" and set its value to 0
-> This is the amount of time the browser waits before it acts on information that it recieves.
--> Now you will be able to use Firefox 2-30 times faster now . Enjoy browsing :)