November 30, 2009

How to increase Firefox 3 Loading Speed on windows

Mozilla’s newest browser version, Firefox 3.5, enjoyed huge support when it launched, breaking a world record in the process. With improved browsing features, Firefox 3’s performance over it’s earlier version Firefox 2 was plain to see. However, there was one issue that many users were starting to notice; the increased loading time when launching the browser.
This article will explain how to shorten the Firefox 3 load time, using free tools and your Windows command line.
Step 1:
Firstly, we will need to download a compression tool that will pack and reduce the size of your Firefox executable.

 

This tool is called UPX (The Ultimate Packer for eXecutables).
Once downloaded, extract the file upx.exe and copy it to your Firefox installation directory (typically C:\Program Files\Mozilla Firefox).
Step2:
Close Firefox if you have it running. You will now need to open a command prompt window and change its path to the installation directory mentioned above. For those who are unfamiliar with the command prompt, there is help in a small file named Open Command Prompt Shell Extension.
Download Open Command Prompt Shell Extension.
This will allow you to open a command window from the folder in Windows Explorer (see screenshot below).

Step 3:

With the command prompt open and path changed, copy and paste the following script into your command prompt:
for %v in (*.exe *.dll components\*.dll plugins\*.dll) do upx “C:\Program Files\Mozilla Firefox\%v”
This command will execute the file packer which will compress your Firefox executable. Once it has finished, close all open browser windows and applications and re-launch Firefox. You should now notice an decrease in load time when starting your browser.
This tweak may be affected by any future updates to the browser but can be re-applied using the steps detailed above. Should you wish to reverse the process, you simply need to use the following script:
for %v in (*.exe *.dll components\*.dll plugins\*.dll) do upx “C:\Program Files\Mozilla Firefox\%v”
There are a few other tweaks you can employ to speed the launch of Firefox, namely uninstalling any unused Firefox Addons and changing your home page to a blank page using about:blank


Hopefully this tweak will allow you to improve load times on whatever computer you use. If you have any further tips on how to improve your Firefox load time, please leave a comment below.

No comments:

Post a Comment