Results 1 to 15 of 28

Thread: Speed Tweaks For Firefox

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #13
    Titanium Member
    Join Date
    Jul 2002
    Location
    blk helo target, WA
    Posts
    2,846
    This is what works for me (may not for you) Cable~3000/256
    These settings will put additional load on web sites
    user_pref("network.http.max-connections", 128);
    user_pref("network.http.max-connections-per-server", 48);
    user_pref("network.http.max-persistent-connections-per-proxy", 24);
    user_pref("network.http.max-persistent-connections-per-server", 12); - or 20 like conan

    // Enable pipelining:
    user_pref("network.http.pipelining", true);
    user_pref("network.http.proxy.pipelining", true);
    user_pref("network.http.pipelining.maxrequests", 100);
    user_pref("network.http.pipelining.firstrequest", true);


    // (default is 250):
    user_pref("nglayout.initialpaint.delay", 0);

    // turn on timer-based reflow management
    user_pref("content.notify.ontimer", true);


    //If you have Ramdisk:

    // Path to Cache folder:
    user_pref("browser.cache.memory.disk_directory","L:\\Local Disk");
    Last edited by lynchknot; November 9th, 2004 at 20:16 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •