Making Firefox Load Faster
Dave | October 23, 2008Found a way over a Gizmo’s to make FF load faster by compressing the executables and it really does work. It’s great. Included are the steps below.
1. Download UPX
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.”
Popularity: 2% [?]
Related posts:
- Viewing XPS Files in Firefox If you use Firefox as your default browser viewing XPS...





