Jump to content


Relative to FF Optimization!


3 replies to this topic

#1 OFFLINE   slowday444

    Power Member

  • Members
  • PipPipPipPip
  • 813 posts

Posted 04 May 2005 - 11:23 PM

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?

#2 OFFLINE   rridgely

    I hate computers

  • Moderators
  • 8,874 posts
  • Gender:Male

Posted 04 May 2005 - 11:31 PM

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

#3 OFFLINE   nod32

    Advanced Member

  • Members
  • PipPipPip
  • 134 posts
  • Location:Calgary, Alberta

Posted 04 May 2005 - 11:50 PM

Quote

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.

#4 OFFLINE   Tarun

    Lunarian

  • Banned
  • PipPipPipPipPip
  • 3,071 posts

Posted 05 May 2005 - 12:43 AM

nod32, on May 4 2005, 07:50 PM, said:

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.

<{POST_SNAPBACK}>

Fast Computer/Fast Connection would be best.

A fuller list of ChromEdit tweaks can be found here.