25
Apr
2009



Bookmark and Share

firefoxI have already spoken of how to make your Firefox load faster than ever, thanks to a couple of simple tricks. However, if you are not into tweaking your applications because you are not a big geek and you prefer to rely on applications which “almost” work out-of-the-box, here is a nice script which can be quite useful to you.

UPX is a simple but powerful file which, by compressing the DLLs and executables, is able to boost your Firefox startup. Here is the simple procedure to achieve this incredible result:

  1. Download the UPX file here.
  2. Now, turn off Firefox.
  3. Extract and put the UPX.exe file into your Firefox folder which usually is located under C:\Program Files\Mozilla Firefox.
  4. Now, click Start.
  5. In the Search Box (in Windows Vista), type cmd and press Enter.
  6. You should now be in the command prompt black window.
  7. Locate your Firefox folder. To do that type cd.. and press Enter. Again, type cd.. and press Enter. At this point you should be in the main root (C:\).
  8. Now go on and type, cd Program Files and hit Enter. Now, type cd Mozilla Firefox.
  9. Now you should be in the Firefox main folder.
  10. At this point type:  for %v in (*.exe *.dll components\*.dll plugins\*.dll) do upx “C:\Program Files\Mozilla Firefox\%v” and hit Enter.
  11. Done!

Tags: , ,


Related Tags

  • how can i make firefox start up faster
  • How to force firefox to start faster
  • how to make firefox load faster at statup
  • how to make firefox startup faster
  • load pictures faster firefox vista
Related ArticlesLatest Articles
.

11 Comments to “How to make your Firefox load faster at startup”

  1. Isaac Says:

    Does this work on mac os x?

  2. blah Says:

    Does this work for windows XP? The instructions seem to be a little confusing:(…Please clarify!

  3. Jerry Says:

    Thanks so much for the instructions. Excellent! It does work on Windows XP SP3.

  4. s3m4ph0r3 Says:

    I kept getting FileNotFoundExceptions.

    I had to use the following command for it to work.

    for %v in (*.exe *.dll components\*.dll plugins\*.dll) do upx C:\Progra~1\Mozill~1\%v

  5. jad Says:

    i did not understand the meaning of ” for %v in (*.exe *.dll components\*.dll plugins\*.dll) do upx “C:\Program Files\Mozilla Firefox\%v” and hit Enter. ”
    what do you mean by this?

  6. Delly Says:

    It is supposed to be a command…I guess there is nothing to understand!

  7. Chris Says:

    Here is another performance tip for Firefox.

    http://chrisbarba.wordpress.com/2009/03/25/optimize-firefox-speed-it-up/
    .-= Chris´s last blog ..Windows 7 GodMode (or 32bit Vista) =-.

  8. Martin M Says:

    @jad: In a nutshell, the command compresses the Windows executables and Dynamic Link Libraries in the current and listed subfolders using the UPX utility.

    I believe the idea is that they will then all load faster because of their new smaller compressed file sizes.

  9. Martin M Says:

    As @s3m4ph0r3 points out, you’ll get FileNotFound exceptions from UPX if you cut and paste the the command shown in step 10. The problem is the quotes are not the ASCII ” character, but rather are the Unicode UTF character codes for “ and ” which are quotation-mark-left-double-reversed comma and quotation-mark-right-double comma respectively. The correct command is:


    for %v in (*.exe *.dll components\*.dll plugins\*.dll) do upx "C:\Program Files\Mozilla Firefox\%v"

    Using this got rid of all but one UPX error. The remain one was that it couldn’t compress one file. I thought that would be OK, but Firefox 3.6.6 would crash when starting afterwards.

    I’m not going to purse this any further, but would suggest that you back up your “C:\Program Files\Mozilla Firefox” folder before trying this tip to make it easy to restore things if it doesn’t work for you…

  10. kevin may Says:

    it works on windows 7

  11. Kujtim Says:

    It didnt work on windows 7 ultimate

Leave a Comment

If you want to show an image next to your comments, get your gravatar now!

This blog is moderated. Inappropriate comments will be edited or removed. Users posting offensive comments will be banned from this blog. Report Inappropriate Comments Here.

XHTML - You can use the following tags:  <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>


Copyright © 2007-2012 | Sitemap | Privacy | Back To Top
Best screen resolution 1280x800 or higher.
Web Talk is best viewed in Firefox.

Stat