iloveitaly
August 12th, 2004, 06:26 PM
I found out this little trick from someone else on another forum.
It works AWESOME on my Mac (1.3GHZ, ~1GB ram), from what i was reading it doesn't seem like it will work on PC- worth a try though, to me i think it makes Firefox at LEAST 30% faster.
heres the text from the other post:
install the chromedit extension.. restart FF
goto tools>edit user files>user.js tab
select all and paste this text over what is there.. then save and restart.. firefox speeds up about 80-200 % on page loading
here's the user.js code.. again this is for a decently fast mac on broadband..
----------begin copy below here---------------------------
user_pref("browser.cache.memory.capacity", 64536);
user_pref("browser.cache.disk_cache_ssl", true);
user_pref("browser.xul.error_pages.enabled", true);
user_pref("content.interrupt.parsing", true);
user_pref("content.max.tokenizing.time", 2000000);
user_pref("content.maxtextrun", 8191);
user_pref("content.notify.backoffcount", 5);
user_pref("content.notify.interval", 750000);
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", 16);
user_pref("network.http.max-persistent-connections-per-proxy", 16);
user_pref("network.http.max-persistent-connections-per-server", 8);
user_pref("network.http.pipelining", true);
user_pref("network.http.pipelining.maxrequests", 8);
user_pref("network.http.proxy.pipelining", true);
user_pref("nglayout.initialpaint.delay", 750);
user_pref("plugin.expose_full_path", true);
user_pref("signed.applets.codebase_principal_support", true);
user_pref("browser.display.show_image_placeholders", false);
----------end copy above here---------------------------
It works AWESOME on my Mac (1.3GHZ, ~1GB ram), from what i was reading it doesn't seem like it will work on PC- worth a try though, to me i think it makes Firefox at LEAST 30% faster.
heres the text from the other post:
install the chromedit extension.. restart FF
goto tools>edit user files>user.js tab
select all and paste this text over what is there.. then save and restart.. firefox speeds up about 80-200 % on page loading
here's the user.js code.. again this is for a decently fast mac on broadband..
----------begin copy below here---------------------------
user_pref("browser.cache.memory.capacity", 64536);
user_pref("browser.cache.disk_cache_ssl", true);
user_pref("browser.xul.error_pages.enabled", true);
user_pref("content.interrupt.parsing", true);
user_pref("content.max.tokenizing.time", 2000000);
user_pref("content.maxtextrun", 8191);
user_pref("content.notify.backoffcount", 5);
user_pref("content.notify.interval", 750000);
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", 16);
user_pref("network.http.max-persistent-connections-per-proxy", 16);
user_pref("network.http.max-persistent-connections-per-server", 8);
user_pref("network.http.pipelining", true);
user_pref("network.http.pipelining.maxrequests", 8);
user_pref("network.http.proxy.pipelining", true);
user_pref("nglayout.initialpaint.delay", 750);
user_pref("plugin.expose_full_path", true);
user_pref("signed.applets.codebase_principal_support", true);
user_pref("browser.display.show_image_placeholders", false);
----------end copy above here---------------------------