iceni60
January 8th, 2005, 07:14 AM
hi, i just changed some values and added some new strings in firefox's about:config. pages do seem to load slightly differently, but im not sure if it's any quicker ??? i did save the original user.js so i can put it back if i need to, but, can anyone tell me what they think of the changes i made below? thanks. :)
// Enable pipelining
user_pref("network.http.pipelining", true);
user_pref("network.http.proxy.pipelining", true);
user_pref("network.http.pipelining.maxrequests", 8);
// Turn on timer-based reflow management
user_pref("content.notify.ontimer", true);
// Sets the allowed time between reflows in microseconds
user_pref("content.notify.interval", 750000);
user_pref("content.interrupt.parsing", true);
user_pref("content.max.tokenizing.time", 2250000);
user_pref("content.maxtextrun", 8191);
user_pref("content.switch.threshold", 750000);
// Set the number of reflows to do before waiting for the rest of the page to arrive
user_pref("content.notify.backoffcount", 5);
// Turn initial paint delay to
user_pref("nglayout.initialpaint.delay", 500);
// Set Maximum Connections Per Server
user_pref("network.http.max-connections", 48);
user_pref("network.http.max-connections-per-server", 16);
user_pref("network.http.max-persistent-connections-per-proxy",16);
user_pref("network.http.max-persistent-connections-per-server", 8);
// Enable pipelining
user_pref("network.http.pipelining", true);
user_pref("network.http.proxy.pipelining", true);
user_pref("network.http.pipelining.maxrequests", 8);
// Turn on timer-based reflow management
user_pref("content.notify.ontimer", true);
// Sets the allowed time between reflows in microseconds
user_pref("content.notify.interval", 750000);
user_pref("content.interrupt.parsing", true);
user_pref("content.max.tokenizing.time", 2250000);
user_pref("content.maxtextrun", 8191);
user_pref("content.switch.threshold", 750000);
// Set the number of reflows to do before waiting for the rest of the page to arrive
user_pref("content.notify.backoffcount", 5);
// Turn initial paint delay to
user_pref("nglayout.initialpaint.delay", 500);
// Set Maximum Connections Per Server
user_pref("network.http.max-connections", 48);
user_pref("network.http.max-connections-per-server", 16);
user_pref("network.http.max-persistent-connections-per-proxy",16);
user_pref("network.http.max-persistent-connections-per-server", 8);