![]() |
|
|
#1 | |
|
Founder
![]() Join Date: Nov 2005
Location: The Last City Zion!
Posts: 2,479
Thanks: 215
Thanked 206 Times in 171 Posts
Rep Power: 51
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
As you know, loads of tutorials are out there to make the browsing experience in firefox faster. But ever thought of improving the Firefox's load times? Even if it looks sleek on comparing with IE, it took a few seconds to open in any normal computers.
I just found a trick to reduce the firefox load times dramatically, at lest in low-end computers. This is not a new trick, but out there for over two years; I feel ashamed that I didn't notice it till tonight. So here you go! ![]() OS Requirements: Windows All UpX: Any Version Firefox : Any version Idea The idea behind this tweak is to compress the Firefox's executable and dll files with a Windows PE Packer. More info on EXE packers here. Whenever a developer look for a free exe packer, the first choice will be UPX (Details). Quote:
![]() So Let's Boost Firefox!
Code:
for %v in (*.exe *.dll components\*.dll plugins\*.dll) do upx "%ProgramFiles%\Mozilla Firefox\%v" If you want to switch back to the decompressed state just run the following command instead of the above mentioned one: Code:
for %v in (*.exe *.dll components\*.dll plugins\*.dll) do upx -d "%ProgramFiles%\Mozilla Firefox\%v"
Code:
pushd "%ProgramFiles%\Mozilla Firefox" for %%v in (*.exe *.dll components\*.dll plugins\*.dll) do upx "%ProgramFiles%\Mozilla Firefox\%%v" popd If you want to switch back to the decompressed state modify the content of the Bat file with the following and run it. Code:
pushd "%ProgramFiles%\Mozilla Firefox" for %%v in (*.exe *.dll components\*.dll plugins\*.dll) do upx -d "%ProgramFiles%\Mozilla Firefox\%%v" popd
![]()
__________________
![]() Want to ask a question? Try This! A guide on how to post a question, reply to a post etc. Last edited by Strider; 22-02-2008 at 09:11 PM. |
|
|
|
|
|
|
#2 |
|
ƒ(ψ)=ΘΊΧφ
![]() |
Re: Speedup Firefox - How to make Firefox load much Faster using UPX?
did u notice any increase in speed ? I didn't see any increase in startup speed.
However the beta v3 -- showed some improvements.
__________________
Please don't click here |
|
|
|
|
|
#3 | |
|
Founder
![]() Join Date: Nov 2005
Location: The Last City Zion!
Posts: 2,479
Thanks: 215
Thanked 206 Times in 171 Posts
Rep Power: 51
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
Re: Speedup Firefox - How to make Firefox load much Faster using UPX?
Quote:
|
|
|
|
|
|
|
#4 |
|
ƒ(ψ)=ΘΊΧφ
![]() |
Re: Speedup Firefox - How to make Firefox load much Faster using UPX?
hmm --- one side effect I noticed was that after compressing the firefox.exe file, in Vista if my Desktop icons refresh, then html and htm files loose the icon and turns to the default type no-icon. Happens only in the desktop. i will see if auto-updater works after compressing the files tonight.
|
|
|
|
|
|
#5 |
|
ƒ(ψ)=ΘΊΧφ
![]() |
Re: Speedup Firefox - How to make Firefox load much Faster using UPX?
hmm --- I was right -- compressing them breaks the partial update pattern of Firefox and one needs to download the entire package.
|
|
|
|
|
|
#6 | |
|
Founder
![]() Join Date: Nov 2005
Location: The Last City Zion!
Posts: 2,479
Thanks: 215
Thanked 206 Times in 171 Posts
Rep Power: 51
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
Re: Speedup Firefox - How to make Firefox load much Faster using UPX?
Quote:
|
|
|
|
|
|
|
#7 |
|
ƒ(ψ)=ΘΊΧφ
![]() |
Re: Speedup Firefox - How to make Firefox load much Faster using UPX?
yes, exactly that is what it does. The interesting thing is that, even if one manually changes the default search provider scripts or the default theme partial update fails.
|
|
|
|
![]() |
| Tags: fast, firefox, tip, trick, upx |
| Thread Tools | |
| Display Modes | |
|
|