25
Apr
2009

Subscribe
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: Firefox, freeware, trick

WP Greet Box icon
Hello there! If you are new here, you might want to subscribe to the RSS feed for updates on this topic.

Related Articles Latest Articles

If you can not find what you are looking for, you might want to try Google Advanced Search and get thousands of results, specifically selected for you.

Google Advanced Search
.

10 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) My ComLuv Profile

  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

Leave a Comment

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

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>

CommentLuv Enabled


Incoming Search Terms for the Article:

make firefox load faster - how to make firefox load faster - boost firefox startup - firefox load faster - making firefox load faster - boost firefox boot speed - boost startup firefox - firefox startup boost - firefox startup booster - how to make firefox start faster windows 7 - how to make mozilla load faster - how to make my firefox load faster in windows 7 ? - how to make windows 7 programs load faster - how to remove javascript error in firefox booting - load firefox at startup -

All contents are licenced under a Creative Commons Licence.
Best screen resolution 1280x800 or higher.
Web Talk is best viewed in Firefox.