Speed up Firefox 3.5 startup time on Windows

Make Firefox 3.5 start faster on Windows with this simple trick.

firefox-35-logo.png

With the many advantages of Firefox 3.5 it is worth upgrading to Firefox 3.5. For Windows users there is an open bug that makes Firefox 3.5 to start really slow on certain instances.

Basically, given the way Windows keeps track of history information, once your Windows temporary folders build up Firefox 3.5 takes more time to load than normal.

How do we make Firefox 3.5 start faster? Simple, just clean up these folders.

On Windows Vista or Windows 7 systems,

C:\Users\username\Local Settings\History
C:\Users\username\Local Settings\Temporary Internet Files
C:\Users\username\My Recent Documents
C:\Users\username\Temp\

On Windows XP,

C:\Documents and Settings\username\Local Settings\History
C:\Documents and Settings\username\Local Settings\Temporary Internet Files
C:\Documents and Settings\username\My Recent Documents
C:\Documents and Settings\username\Temp\

Replace “username” on the above path with the actual username of the user logged-in.

You can also setup Firefox to cleanup these folders automatically when exiting. But if you use both Firefox and Internet Explorer then IE might keep those folders bulky and you might want to do the above cleanup anyways.

The other option is to write a batch file to cleanup these folders if you don’t want to do this manually,


del /s /q %TEMP%\*.*
del /s /q %TMP%\*.*
del /s /q %SystemDrive%\temp\*.*
REM del /s /q %SystemDrive%\tmp\*.*
del /s /q %windir%\prefetch\*.*
del /s /q %windir%\Temp\*.*
pause

Just save the above to a .BAT file and execute it at your convenience or schedule it to run at some interval.

I’m sure this bug would be fixed in the near future but in the mean you can use these tricks to speedup Firefox 3.5 to startup faster.

Related Posts with Thumbnails


Subscribe to our free RSS feed to keep up with what's happening at DemoGeek.com

At DemoGeek.com we try to explain the tech stuffs in as much detail as we can to help the not-so-tech-savvy of our friends understand and follow the tech stuffs.

Share/Save/Bookmark

Subscribe to DemoGeek.com

Leave a Reply





XHTML: 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>

6 Trackbacks/Pings

About DemoGeek.com

DemoGeek.com brings you high quality articles, tutorials and how to's on everything related to Microsoft Windows, Mac OSX, iPhone, Useful Websites, Browsers, Software and Programming.

At DemoGeek.com you'll find step-by-step explanation of the technical issues explained in detail with screenshots and screencasts. Read More...

Contact |  FUG |  Disclaimer

Creative Commons License

Canonical URL by SEO No Duplicate WordPress Plugin