PDA

View Full Version : firefox about:config


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);

ronjor
January 8th, 2005, 07:32 AM
http://weblogs.mozillazine.org/asa/archives/007164.html

iceni60
January 8th, 2005, 07:49 AM
-{ Quote: "http://weblogs.mozillazine.org/asa/archives/007164.html" }-
i think what i learned from that page is - if pages arent displayed correctly, or i start to have problems i havent had in the past, i'll change back to the user.js i saved before making the changes. thanks :)

MGD
January 8th, 2005, 07:59 AM
-{ Quote: "i think what i learned from that page is - if pages arent displayed correctly, or i start to have problems i havent had in the past, i'll change back to the user.js i saved before making the changes. thanks :)" }-


Looks good..........be well.......


Mike