I was just bored at work so I thought I would post a couple of quick about:config changes you can make to Firefox that might help with speed and other stuff... I'm sure some of you have tried these... but like I said... I am bored.
first up is config.trim_on_minimize. this isn't a default setting so you will probably have to create it by right clicking anywhere on the about:config page, select new >boolean
for the New Boolean Value enter the name config.trim_on_minimize click OK, set to true and enter. (this makes it so your FF browser uses less resources when you have the page minimized)
second is content.switch.threshold. this might not be in there by default either so again right click anywhere on the page and select new >integer for the name enter content.switch.threshold then enter the value of 1000000 and hit enter.
the next 3 are already in FF, this is just a matter of changing the value...
In the filter type network.http double click on network.http.pipelining to set it's value to true.
next, double click on network.http.pipelining.maxrequests and set the value to at least 8.
finally, double click on network.http.proxy.pipelining to set it's value to true.
and last but not least, right click anywhere on the about:config page and select new >integer
enter the name nglayout.initialpaint.delay enter a value of 0, then hit enter.
That's it for now.
first up is config.trim_on_minimize. this isn't a default setting so you will probably have to create it by right clicking anywhere on the about:config page, select new >boolean
for the New Boolean Value enter the name config.trim_on_minimize click OK, set to true and enter. (this makes it so your FF browser uses less resources when you have the page minimized)
second is content.switch.threshold. this might not be in there by default either so again right click anywhere on the page and select new >integer for the name enter content.switch.threshold then enter the value of 1000000 and hit enter.
the next 3 are already in FF, this is just a matter of changing the value...
In the filter type network.http double click on network.http.pipelining to set it's value to true.
next, double click on network.http.pipelining.maxrequests and set the value to at least 8.
finally, double click on network.http.proxy.pipelining to set it's value to true.
and last but not least, right click anywhere on the about:config page and select new >integer
enter the name nglayout.initialpaint.delay enter a value of 0, then hit enter.
That's it for now.
Comment