Total Pageviews

Thursday 27 December 2012

Firefox tips

Reduce memory usage in firefox : article at googlesystem.
* Make firefox more faster :
+ 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.
+ Make new Interger value “nglayout.initialpaint.delay” and set its value to “0″
+ Set “network.dns.disableIPv6″ to “True”
Here another tips.