How To Speed Up Firefox 3


Many people have updated to Firefox 3 since the Download Day 2008, which went so good actually, placing Firefox into the World Guinness Records.

speedometer0100_ffx
Photo Credit: Gary Tamin – Edited by Nicolo’ Canali De Rossi

You have may noticed many changes from the previous version, specially the address bar, and many people have asked me if the old tricks to speed your browser up are still working.

The answer is yes, and here you can find the most common tricks that are used by many people:

  1. Open Firefox, and type about:config in the address bar. Don’t worry about the warning that comes out.

    about-config_warning

  2. Use the filter above to find network.http.pipelining and set it to True by double clicking on it.
  3. Create a new boolean value named network.http.pipelining.firstrequest and set that to True, as well.
  4. Find network.http.pipelining.maxrequests, double click on it, and change its value to 8.
  5. Now look for network.http.proxy.pipelining and again set it to True.
  6. Create two new integers named nglayout.initialpaint.delay and content.notify.interval, setting them to 0.
  7. Now restart your browser and check a few heavy-loading websites to see if those changes worked or not.

    • Digg
    • Delicious
    • Yahoo Buzz
    • Technorati Favorites
    • Twitter
    • StumbleUpon
    • Google Bookmarks
    • Share/Bookmark

Post a Comment or Leave a Trackback

31 Comments

  1. Frank
    Posted July 8, 2008 at 1:14 pm | Permalink

    These items don’t appear in my about:config

    network.http.pipelining.firstrequest
    nglayout.initialpaint.delay
    content.notify.interval
    content.switch.threshold
    content.interrupt.parsing

    Do I just add them ?

  2. Posted July 8, 2008 at 3:10 pm | Permalink

    The only two of those that I could find in my about:config were network.http.pipelining and network.http.pipelining.maxrequests.

  3. Peter
    Posted July 8, 2008 at 6:57 pm | Permalink

    content.switch.threshold is an integer. How do you set it to True?

  4. admin
    Posted July 12, 2008 at 12:48 pm | Permalink

    Hey guys, I have checked your comments and updated the list.

    If you create/change new values that really make improvements please let me know so that I can add them. Now I have tried all the ones listed and they all do their job on a 4Mbps line.

  5. franktheman
    Posted September 4, 2008 at 12:45 am | Permalink

    I had really slow firefox last few weeks… this speeded it up! Thanks for this :D

  6. Michael
    Posted September 15, 2008 at 4:01 am | Permalink

    How will this work with using a dialup connection? Thanks.

  7. Muneeb
    Posted September 26, 2008 at 3:00 am | Permalink

    This is really amazing, Thanks for the helpful post. At first when i was searching for it on firefox add-ons area i was disappointed about how to find something which can make my firefox faster, but now i’m happy – Thanks once again for the great help.

    -Muneeb

  8. Posted October 14, 2008 at 9:10 pm | Permalink

    Hey guys thanks for the tips! I thought the parameter of about:config only works on firefox2 and older version but the show is still goes on! Someone told me about a new browser but its not Google Chrome, its called Maxthon, you can check at http://maxthon.com . they said it is the fastest browser on the net. can someone share us the magic in the box? thanks a lot. hope you guys can comment on my blog if you guys have the secret. have a nice day

  9. robby
    Posted October 15, 2008 at 7:15 am | Permalink

    i think he got these tweaks from http://www.helpero.com. under “how to” tab page 17.if its not in page 17, then try the other pages.you’ll find more firefox tweaks there, just like this one.^^

  10. Leo
    Posted November 16, 2008 at 6:33 pm | Permalink

    Perfect!! thanks for the tips

  11. Steven
    Posted January 17, 2009 at 1:03 am | Permalink

    Thanks.. It doesn’t make it blindingly fast, but I do notice a difference. one question though, Is it normal for firefox’s cpu to be at 100 when loading pages?

  12. Posted February 10, 2009 at 10:07 pm | Permalink

    How do you get it back to normal afterwards?

  13. david
    Posted March 14, 2009 at 5:00 am | Permalink

    how do you “create a new boolean value”?

  14. Posted March 30, 2009 at 9:55 pm | Permalink

    those configs ruined my firefox..now i have the error ” Scripts is running with a bad behavior” =(

  15. bounmy
    Posted April 1, 2009 at 7:40 am | Permalink

    These instructions are not very descriptive. Maybe you should try to explain it a bit more.

  16. M
    Posted April 7, 2009 at 11:07 pm | Permalink

    help please!! I tried part of this tweak and it made firefox slower and whilst trying to delete nglayout.initialpaint.delay it’s changed it to a ‘string’ instead of an integer. is this bad???
    I really want to get it back to how it was. I have already had to have an HD replaced and can’t afford to do it again and am slightly scared.
    On the other hand i really want to speed firefox up especially on initial start up as it’s painful. I want to avoid unistalling and reinatallin as i have so much save in my bookmarks etc
    Please can someone help me?
    many thanks
    M

  17. M
    Posted April 7, 2009 at 11:52 pm | Permalink

    apologies had to correct my own spelling in the last message it should read ‘want to avoid uninstalling and REINSTALLING’ and ‘as i have so much SAVED in my bookmarks’!!
    I was in a bit of a panic and rush to get some assistance!!
    M

  18. balz
    Posted June 9, 2009 at 6:57 am | Permalink

    thankz bro…….really works

  19. Carey Petrovic
    Posted June 12, 2009 at 12:10 am | Permalink

    Make sure you follow these commands and it will work fine.
    Also make sure that your registry cleaner doesn’t delete the new keys other wise it will go back to normal.

    NOTE: These tweaks are for BROADBAND connections ONLY!

    Yes, Firefox is already pretty damn fast but did you know that you can tweak it and improve the speed even more?

    That’s the beauty of this program being open source.
    Here’s what you do:
    In the URL bar, type “about:config” and press enter. This will bring up the configuration “menu” where you can change the parameters of Firefox.

    Note that these are what I’ve found to REALLY speed up my Firefox significantly – and these settings seem to be common among everybody else as well. But these settings are optimized for broadband connections – I mean with as much concurrent requests we’re going to open up with pipelining – You’d better have a big connection!

    Double Click on the following settings and put in the numbers below – for the true / false booleans – they’ll change when you double click.

    Code:
    browser.tabs.showSingleWindowModePrefs – true
    network.http.max-connections – 48
    network.http.max-connections-per-server – 16
    network.http.max-persistent-connections-per-proxy – 8
    network.http.max-persistent-connections-per-server – 4
    network.http.pipelining – true
    network.http.pipelining.maxrequests – 100
    network.http.proxy.pipelining – true
    network.http.request.timeout – 300

    One more thing… Right-click somewhere on that screen and add a NEW -> Integer. Name it “nglayout.initialpaint.delay” and set its value to “0”. This value is the amount of time the browser waits before it acts on information it receives. Since you’re broadband – it shouldn’t have to wait.

    Now you should notice you’re loading pages MUCH faster now!

  20. Posted July 11, 2009 at 7:52 pm | Permalink

    Thanks it was very helpful……..

  21. milo
    Posted July 27, 2009 at 9:09 pm | Permalink

    Useless…I don’t see any diffrence – reverted back to default. I guess it’s better to invest in faster connection LOL :D

  22. Posted August 7, 2009 at 6:21 am | Permalink

    Thanks for this. I notice the difference right off the bat. :)

  23. Posted August 7, 2009 at 6:22 am | Permalink

    Thanks for this. I noticed the difference right away. :)

  24. Prakash
    Posted August 15, 2009 at 6:31 am | Permalink

    Thanks sir… Now its so fast to use the firefox 3.0.

    Its very good trick.

  25. Joe
    Posted August 24, 2009 at 10:35 am | Permalink

    for people who say they can’t find things READ FOR ONCE you just bloody add them -.-

  26. ben
    Posted August 31, 2009 at 1:32 am | Permalink

    how do u create the booleans i typed it in an then do what?

  27. Bijo
    Posted August 31, 2009 at 7:16 pm | Permalink

    To reset your firefox
    ———————

    1.Close all Firefox windows and tabs.

    2.Open ‘Run’ from ‘Start Menu’

    3.Type the following ‘firefox -profilemanager’ and hit ‘Enter’

    4.Then a menu will be opened. Select “Create a new profile” will ultimately reset all your setting in Firefox.
    ( To undo this, Restart from 1 to 3 and select the default profile)

  28. Posted October 31, 2009 at 7:10 pm | Permalink

    Thanks for your information. Its very helpful for me

  29. Posted December 7, 2009 at 8:31 pm | Permalink

    its working thanks for your idea thank u very much

  30. Posted March 3, 2010 at 10:12 am | Permalink

    very nice tips indeed.

  31. koushik das
    Posted July 21, 2010 at 12:43 pm | Permalink

    this is fab…
    it worked perfect…

    Thanks

11 Trackbacks

  1. By foxiewire.com on July 8, 2008 at 10:46 am

    How To Speed Up Firefox 3 | Universe Firefox…

    Many people have updated to Firefox 3 since the Download Day 2008, which went so good actually, placing Firefox into the World Guinness Records. Photo Credit: Gary Tamin – Edited by Nicolo’ Canali De Rossi You have may noticed many changes from …

  2. [...] How to speed up Firefox  (Time saver:  these are the directions everyone is using to get people to visit their site for the search term “speed up firefox.”  You don’t need to click around thinking there is something else out there.  They are all the same exact directions everywhere you go!) [...]

  3. By Bookmarks about Speed on August 27, 2008 at 12:00 pm

    [...] – bookmarked by 1 members originally found by zETaLand on 2008-08-07 How To Speed Up Firefox 3 http://www.universefirefox.com/how-to/how-to-speed-up-firefox-3 – bookmarked by 1 members [...]

  4. [...] tips from Universe Firefox [...]

  5. By FireFox go slow on 11.1 - openSUSE Forums on December 28, 2008 at 9:57 am

    [...] How To Speed Up Firefox 3 | Universe Firefox [...]

  6. By Speed Up Firefox: Tweak Network | Universe Firefox on January 24, 2009 at 7:24 pm

    [...] to speed up your browser”. In fact, one of the top articles of Universe Firefox is called How To Speed Up Firefox 3, which covers only a few tips I’ve found around the web, and that I will maybe collect in one [...]

  7. By slow internet browsing - Xbox 360 Forum on April 8, 2009 at 2:52 pm

    [...] some of these tips. My computer only has 256 MB of RAM, so it really helped speed things up for me. How To Speed Up Firefox 3 | Universe Firefox And if you’re not using firefox, then download it RIGHT NOW and use these tips [...]

  8. [...] Im also using Firefox adblock to load pages faster. Thenn I sped up Firefox using this guide How To Speed Up Firefox 3 | Universe Firefox And I even disabled javascript so I can go straight to haggle page. Im wondering since Im loading [...]

  9. By How to speed up firefox browser on September 2, 2009 at 8:50 am

    [...] reading universefirefox.com I found very interesting tips to speed up fire fox [...]

  10. By Firefox is taking ages to load? Any alternative? on September 28, 2009 at 5:31 pm

    [...] were equally satisfactory. But here’s the list of sites I used for speeding up Firefox 3. 1. How To Speed Up Firefox 3 | Universe Firefox 2. Speed up Firefox 3 page display time – Vox 3. Speeding up Firefox the right way – Darrell [...]

  11. [...] of course, if you’re using Opera. For Firefox users, I’d recommend trying a guide like this one that is based on some old Firefox tweaks right from the early days of the [...]

Post a Comment

Your email is never published nor shared. Required fields are marked *

*
*

Creative Commons License
Browserland is licensed under a Creative Commons Attribution-Share Alike 3.0 Unported License.
This site is not officially affiliated in any way with the Mozilla Corporation, Google or Apple