.gobump img{ border: 5px solid #ccc; float: left; margin: 15px; -webkit-transition: margin 0.5s ease-out; -moz-transition: margin 0.5s ease-out; -o-transition: margin 0.5s ease-out; border-radius: 5px 5px 5px 5px; } .gobump img:hover { margin-top: 2px; }

twitter

Thursday, July 24, 2008

make Firefox load pages faster

OK, not at the speed of light, but noticeably faster than before. Here are a few steps to making your firefox browser a little faster. Firefox comes preset for dial-up users, but can be optimized for better performance if you have a faster connection. This is for users with at least a broadband connection.


Step1
Type "about:config" into the address bar and hit return.

Step2
Scroll down and look for the following entries:

network.http.pipelining
network.http.proxy.pipelining
network.http.pipelining.maxrequests
Step3
Alter the entries as follows:

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.
Step4
Lastly right-click anywhere and select New-> Integer. Name it "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 recieves.


Twitter Delicious Facebook Digg Stumbleupon Favorites More

 

Categories