Optimizing FireFox
by jcf. Average Reading Time: less than a minute.
In Mozilla FireFox: type “about:config” in the adressbar and the hunt those settings and change them accordingly:
userpref("general.smoothScroll", true);
userpref("network.image.imageBehavior", 0);
userpref("network.http.max-connections", 48);
userpref("network.http.max-connections-per-server", 16);
userpref("network.http.pipelining", true);
userpref("network.http.pipelining.firstrequest", true);
userpref("network.http.pipelining.maxrequests", 100);
userpref("network.http.proxy.pipelining", true);
user_pref("nglayout.initialpaint.delay", 100);
by Geek Styke via Simon and his blogmarks

No comments on ‘Optimizing FireFox’
Leave a Reply