Subscribe to Hacking Truths. Now, 14031 members!      RSS Feed Be Our Fan on Facebook Twitter SMS Alerts

Home » Cool Tricks, Firefox Tips, Tips n Tricks

How to convert Firefox into Fasterfox

2 June 2009 8 Comments Posted By Ashik
StumbleUpon.com
Share

We all know that Firefox takes a lot of Time to load when it is run for the first time. Today I will show you  a simple way to reduce this loading time and thus turn your slow firefox into fast firefox.

You can slash Firefox’s slow load time by compressing the DLLs and executables. There are many choices for compression but I suggest you use UPX which is free, efficient and time proven.

fasterfox1. Download UPX from http://upx.sourceforge.net/#download
2. Unzip upx.exe into your Firefox installation folder which is normally C:\Program Files\Mozilla Firefox.

3. Make sure Firefox is not running then shell to a command prompt in the Firefox installation directory.

4. Type in the following command in a single line and hit return:

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

5. If on some later occasion you want to unpack the files, just type in the command above but add the decompression switch “-d” after “do upx.”

That’s it; enjoy the difference!

Popularity: 2% [?]


Enjoyed this article? Subscribe to Hacking Truths and get daily updates about new cool websites and programs in your email for free.


8 Comments »

  • Ed said:

    If the executables are compressed, they will need to be decompressed at load time. Once they are decompressed, application execution will happen normally. This will not reduce any load time, but it will increase it.

  • Ashik (author) said:

    Hello Ed,

    I agree that When you run the compressed EXE files, there will be decompression taking place before the program is launched. However, this decompression process is so fast that you may not notice the difference. Sometimes, the program may even launch faster than in the original state.

    And this my own practical experience that the load time of Firefox which was 8-12 sec on my Intel Core 2 Duo 2Ghz Processor is now 4-6 secs only after compressing the exe and DLL.

    Still if you feel that the load time has not decreased you may reverse the process by using the following command:

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

  • aditya said:

    the packing command i write doesn’t seem to work… it says upx is not recongnized as an internal or external command, operable profram or batch file…. Now…?

  • Ashik (author) said:

    @aditya: Is the upx.exe present in the firefox directory?
    If not then place it in the firefox Directory.

  • Kingarjun said:

    we need to put that upx.exe in firefox directory….then do we need to open that…

    it will be good if u explain it with screenshots

    Thanks
    Kingarjun

  • SMit said:

    I dont belive this u r the coolest guy I have ever encountered on the internet. The best part is that u live in ahmedabad. Its so kooooooooooolllllllllll………..

    I live in ahmedabad too.
    I want to talk to u.
    Can u mail me u r no or do u want me to call u???

    I am a hacker too…An ameture though……..

    Even if u dont want to talk please respond Ashik

  • Vijaykumar said:

    hi

    I am not still understanding how to make firefox fasterfox
    send me screenshot in my mail id and also need reliance broadband account upto speed 4 mbps if possible

  • Akuhh said:

    Sry i don’t under stand about this>> for %v in (*.exe *.dll components\*.dll plugins\*.dll) do upx -d “C:\Program Files\Mozilla Firefox\%v” <<what kind of this tell??

Note : If you have any Query related to the above Article please Post it to the Support Forum.

Leave your response!

Add your comment below, or trackback from your own site. You can also subscribe to these comments via RSS.

Be nice. Keep it clean. Stay on topic. No spam.

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

This is a Gravatar-enabled weblog. To get your own globally-recognized-avatar, please register at Gravatar.