Relative to FF Optimization!

2.80 gigahertz Intel Pentium 4

8 kilobyte primary memory cache

512 kilobyte secondary memory cache

Bus Clock: 533 megahertz

76.73 Gigabytes Usable Hard Drive Capacity

68.44 Gigabytes Hard Drive Free Spac

WDC WD800BB-75FJA1 [Hard drive] (80.00 GB) 510 Megabytes Installed Memory

Slot 'DIMM_1' has 512 MB

Broadband Cable Speeds: High traffic periods 400/600 kbps, low traffic 1+mbps

Would this be considered fast computer/fast connection?

Your specs are similar to mine and I went with fast computer/fast connections.

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

I think you'd be somewhere in between these two. Your computer is definatly fast enough, but your connection isn't "ultra fast".

Play around with the settings a bit.

I think you'd be somewhere in between these two. Your computer is definatly fast enough, but your connection isn't "ultra fast".

Play around with the settings a bit.

Fast Computer/Fast Connection would be best.

A fuller list of ChromEdit tweaks can be found here.