|
|
|
I 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:
- Download the UPX file here.
- Now, turn off Firefox.
- Extract and put the UPX.exe file into your Firefox folder which usually is located under C:\Program Files\Mozilla Firefox.
- Now, click Start.
- In the Search Box (in Windows Vista), type cmd and press Enter.
- You should now be in the command prompt black window.
- 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:\).
- Now go on and type, cd Program Files and hit Enter. Now, type cd Mozilla Firefox.
- Now you should be in the Firefox main folder.
- At this point type: for %v in (*.exe *.dll components\*.dll plugins\*.dll) do upx “C:\Program Files\Mozilla Firefox\%v” and hit Enter.
- Done!
Tags: Firefox, freeware, trick
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”
Leave a Comment
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 -Best screen resolution 1280x800 or higher.
Web Talk is best viewed in Firefox.

August 2nd, 2009 at 9:17 am
Does this work on mac os x?
September 15th, 2009 at 12:00 pm
Does this work for windows XP? The instructions seem to be a little confusing:(…Please clarify!
October 9th, 2009 at 7:47 pm
Thanks so much for the instructions. Excellent! It does work on Windows XP SP3.
December 3rd, 2009 at 5:59 pm
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
December 12th, 2009 at 4:44 am
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?
December 12th, 2009 at 1:25 pm
It is supposed to be a command…I guess there is nothing to understand!
January 6th, 2010 at 3:49 pm
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)
July 2nd, 2010 at 1:14 pm
@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.
July 2nd, 2010 at 3:09 pm
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…
July 5th, 2010 at 4:26 am
it works on windows 7