Welcome to the TechSpot OpenBoards. Please read the FAQ if you have any questions. Login to participate.
Another Step to Speed up Firefox
|
|||||||
![]() |
| Thread Tools |
|
#1
|
||||
|
||||
|
Another Step to Speed up Firefox
Common to all configurations
These are the settings that seem to be common to all configuration files regardless of connection speed or computer speed with a couple of additions - plugin paths can be found with about lugins and the bookmark menu delay is turned off.__________________________________________________________________________ Note : A fast connection is anything above DSL or even DSL included. A slow connection is 56K. A fast PC is anything more than 1.6 GHz A slow PC is anything less than 1.6G __________________________________________________________________________ Fast Computer, Fast Connection user_pref("content.interrupt.parsing", true); user_pref("content.max.tokenizing.time", 2250000); user_pref("content.notify.interval", 750000); user_pref("content.notify.ontimer", true); user_pref("content.switch.threshold", 750000); user_pref("nglayout.initialpaint.delay", 0); 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("browser.cache.memory.capacity", 65536); A couple settings of note - Firefox is allocated 4096 KB of memory by default and in this configuration we give it roughly 65MB as denoted by the last line. This can be changed according to what is used. ___________________________________________________________________________ Fast Computer, Slower Connection This configuration is more suited to people without ultra fast connections. We are not talking about dial up connections but slower DSL / Cable connections. user_pref("content.max.tokenizing.time", 2250000); 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("nglayout.initialpaint.delay", 0); user_pref("browser.cache.memory.capacity", 65536); ___________________________________________________________________________ Fast Computer, Slow Connection user_pref("browser.xul.error_pages.enabled", true); user_pref("content.interrupt.parsing", true); user_pref("content.max.tokenizing.time", 3000000); user_pref("content.maxtextrun", 8191); user_pref("content.notify.interval", 750000); user_pref("content.notify.ontimer", true); user_pref("content.switch.threshold", 750000); user_pref("network.http.max-connections", 32); user_pref("network.http.max-connections-per-server", 8); user_pref("network.http.max-persistent-connections-per-proxy", 8); user_pref("network.http.max-persistent-connections-per-server", 4); user_pref("nglayout.initialpaint.delay", 0); user_pref("browser.cache.memory.capacity", 65536); _________________________________________________________________________ Slow Computer, Fast Connection user_pref("content.max.tokenizing.time", 3000000); user_pref("content.notify.backoffcount", 5); user_pref("content.notify.interval", 1000000); user_pref("content.notify.ontimer", true); user_pref("content.switch.threshold", 1000000); user_pref("content.maxtextrun", 4095); user_pref("nglayout.initialpaint.delay", 1000); 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("dom.disable_window_status_change", true); One of the changes made for this particular configuration is the final line where the status bar is disabled for changing web pages to save processor time. ________________________________________________________________________ Slow Computer, Slow Connection We have entered the doldrums of the dial-up user user_pref("content.max.tokenizing.time", 2250000); user_pref("content.notify.interval", 750000); user_pref("content.notify.ontimer", true); user_pref("content.switch.threshold", 750000); user_pref("nglayout.initialpaint.delay", 750); user_pref("network.http.max-connections", 32); user_pref("network.http.max-connections-per-server", 8); user_pref("network.http.max-persistent-connections-per-proxy", 8); user_pref("network.http.max-persistent-connections-per-server", 4); user_pref("dom.disable_window_status_change", true); Thats all. Hope you like it |
![]() |
| Thread Tools | |
|
| Similar Topics | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Speed Up Your Firefox | RoadKiller | Misc. Software & Utilities | 5 | 01-09-2006 06:54 PM |
| Speed Up Firefox | pkroks | Security and the Web | 7 | 10-08-2005 03:19 PM |
| boardspeed/PCI speed = bus speed? | greeny12m | CPUs, Chipsets and Mobos | 7 | 06-14-2004 04:55 PM |
| Fsb | snowman | CPUs, Chipsets and Mobos | 2 | 09-05-2003 09:05 AM |
| Einstein's relativity theory hits a speed bump | Phantasm66 | News & Interesting links | 2 | 08-08-2002 03:57 PM |
All times are GMT -4. The time now is 06:28 AM.



lugins and the bookmark menu delay is turned off.