Firefox Speed Tweak

Discussion about any of the available Internet Browsers. This may help you decide on which to use or simply help you use the one you have better.

Firefox Speed Tweak

Postby Spock » Sun 2008 Mar 09 10:36

Ref: Broadband Reports
See also: Firefox useful preferences and Customizing Firefox

If you have a computer and a fast Internet connection, add the following user.js file to your Mozilla Firefox\defaults\profile folder to speed up your Internet browsing:

Code: Select all
user_pref("content.interrupt.parsing", true);
user_pref("content.max.tokenizing.time", 360000);
user_pref("content.maxtextrun", 8191);
user_pref("content.notify.backoffcount", 5);
user_pref("content.notify.interval", 120000);
user_pref("content.notify.ontimer", true);
user_pref("content.switch.threshold", 750000);

user_pref("network.http.max-connections", 48);
user_pref("network.http.max-connections-per-server", 32);
user_pref("network.http.max-persistent-connections-per-proxy", 20);
user_pref("network.http.max-persistent-connections-per-server", 16);

user_pref("network.http.pipelining", true);
user_pref("network.http.proxy.pipelining", true);
user_pref("network.http.pipelining.maxrequests", 8);
user_pref("nglayout.initialpaint.delay", 50);

user_pref("network.http.keep-alive.timeout", 30);
user_pref("network.http.request.max-start-delay", 4);
user_pref("network.http.connect.timeout", 30);
user_pref("network.dnsCacheExpiration", 60);
user_pref("network.dnsCacheEntries", 20);
user_pref("network.ftp.idleConnectionTimeout", 60);
User avatar
Spock
Forum Admin
Forum Admin
 
Posts: 2417
Joined: Tue 2005 Jan 18 10:47
Location: MD, USA

Return to Browsers

Who is online

Users browsing this forum: No registered users and 1 guest

cron