Page 4 of 13 FirstFirst 1234567 ... LastLast
Results 31 to 40 of 123

Thread: Tweak Firefox

  1. #31
    peat moss's Avatar Software Farmer BT Rep: +15BT Rep +15BT Rep +15
    Join Date
    May 2003
    Location
    Delta B.C. Canada
    Posts
    10,547
    Can't help but think where's the FireFox 2 tips ? Was wondering if anyone had some "about config." tweaks for FF2 ?


    I see Fasterfox 2.0 is out for FF2 now . Released 10/30/06 .


    https://addons.mozilla.org/firefox/1269/
    Last edited by peat moss; 11-01-2006 at 03:02 AM.

  2. Guides and Tutorials   -   #32
    Retired
    Join Date
    Feb 2003
    Posts
    12,488
    Quote Originally Posted by peat moss View Post
    Can't help but think where's the FireFox 2 tips ? Was wondering if anyone had some "about config." tweaks for FF2 ?


    I see Fasterfox 2.0 is out for FF2 now . Released 10/30/06 .


    https://addons.mozilla.org/firefox/1269/
    tweaks for FF2.0 are all the same.

  3. Guides and Tutorials   -   #33
    Wolfmight's Avatar Poster BT Rep: +1
    Join Date
    Feb 2003
    Location
    Location: Location:
    Posts
    5,545
    Fasterfox 2.0 actually slows down my website display speed. I tried all the different options and I get the fastest time without the add-on enabled.

    btw IKE, I just saw that movie I was in with Elisha Cuthbert. It was Dark, but she was Hot...none the less. The name of the flick was "The Quiet". It's VERY dark for a movie though, so I think the critiques started forming a conga-line during the screening.
    Last edited by Wolfmight; 11-02-2006 at 04:05 PM.

  4. Guides and Tutorials   -   #34
    Poster BT Rep: +11BT Rep +11BT Rep +11
    Join Date
    Nov 2006
    Posts
    413
    thanks for the great tips.

  5. Guides and Tutorials   -   #35
    firefox gets much faster when this is set

  6. Guides and Tutorials   -   #36
    Skillz808's Avatar Shadowness BT Rep: +21BT Rep +21BT Rep +21BT Rep +21BT Rep +21
    Join Date
    Jan 2006
    Location
    Hawai'i
    Posts
    373
    thank you much for this helped me out alot.

  7. Guides and Tutorials   -   #37
    Poster BT Rep: +25BT Rep +25BT Rep +25BT Rep +25BT Rep +25
    Join Date
    Dec 2005
    Posts
    589
    hope it really works...

  8. Guides and Tutorials   -   #38
    adding these performance related tweaks (forgot where I found 'em) to my user.js file made the biggest speed performance boost for me - using firefox 2.0 btw
    Code:
    // Performance-related
    user_pref("browser.cache.disk_cache_ssl", false);
    user_pref("browser.cache.memory.capacity", 20000); // default: -1 (calculate dynamically); bug 105344
    user_pref("browser.cache.memory.enable", true); // default: true
    user_pref("browser.chrome.image_icons.max_size", 0); // default: 1024; max img dimension in either direction for which a thumbnail favicon will be created; bug 304561
    user_pref("browser.sessionhistory.max_total_viewers",0); // default: -1 (calculate dynamically); bug 292965
    user_pref("browser.sessionhistory.max_entries", 10); //default:25
    user_pref("config.trim_on_minimize", true); // default: true
    user_pref("content.interrupt.parsing", true); // default: true
    user_pref("content.max.tokenizing.time", 750000); // default: 3 * notify.interval; bug 76722
    user_pref("content.maxtextrun", 8191); // default: 8191; bugs 25509, 77540
    user_pref("content.notify.backoffcount", 5); // default: -1 (never)
    user_pref("content.notify.interval", 750000); // default: 120000; bug 72138
    user_pref("content.notify.ontimer", true); // default: true
    user_pref("content.switch.threshold", 750000); // default: 750000; bug 76722
    user_pref("layout.reflow.async.duringDocLoad", true); // default: true
    user_pref("layout.reflow.timeslice", 250000); // default: 1000000
    user_pref("network.dns.disableIPv6", true); // default: false; bug 68796
    user_pref("network.dnsCacheEntries", 50); // default: 20
    user_pref("network.dnsCacheExpiration", 3600); // seconds; default: 60
    user_pref("network.http.keep-alive.timeout", 60); // default: 300
    user_pref("network.http.max-connections", 100);
    user_pref("network.http.max-connections-per-server", 20);
    user_pref("network.http.max-persistent-connections-per-proxy", 20);
    user_pref("network.http.max-persistent-connections-per-server", 10);
    user_pref("network.http.request.max-start-delay", 0); // default: 10
    user_pref("network.http.pipelining", true);
    user_pref("network.http.pipelining.maxrequests", 30);
    user_pref("network.http.proxy.pipelining", true);
    user_pref("network.http.redirection-limit", 5); // default: 20
    user_pref("network.prefetch-next", false);
    user_pref("nglayout.initialpaint.delay", 0); // default: 250
    user_pref("network.http.sendRefererHeader", 0); // default 2
    user_pref("viewmanager.do_doublebuffering", true); // default: true; bug 169483

  9. Guides and Tutorials   -   #39
    Member BT Rep: +30BT Rep +30BT Rep +30BT Rep +30BT Rep +30BT Rep +30
    Join Date
    Dec 2005
    Posts
    51
    thax a lot

  10. Guides and Tutorials   -   #40
    Poster
    Join Date
    Nov 2006
    Location
    Israel
    Age
    32
    Posts
    66
    I think on 2.0 its by default .. :]
    thanks btw.
    My Int is not so perfect but, I really believe in Sharing. That's what makes me success in those Sharing websites.

Page 4 of 13 FirstFirst 1234567 ... LastLast

Bookmarks

Posting Permissions

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