Twitter Not feeling as tired as I should be considering I've been up since 5:30! I'll feel it tomorrow! #fb 10 hrs ago


Nov 09
16th

Vacuum Firefox for improved performance


Since Firefox 3.0 bookmarks, history and most storage is kept in SQLite databases and, ass with any other database, SQLite databases become fragmented over time. But, since there are no managing processes checking and optimizing the database, these eventually result in a performance hit.

So, a good way to improve startup and some other bookmarks and history related tasks is to defragment and trim unused space from these databases.

  • Open the Error Console: Tools menu/Error Console
  • In the Code text box paste this (it’s a single line):
    Components.classes["@mozilla.org/browser/nav-history-service;1"].getService(Components.interfaces.nsPIPlacesDatabase).DBConnection.executeSimpleSQL("VACUUM");
  • Press Evaluate. Firefox will freeze for a few seconds while the databases are “VACUUMed”.

Thanks to PC Pro and Mozilla Links for this information.

Alternatively there are a couple of Firefox plugins available to do just this – Vacuum Places and PlacesCleaner.


Related posts:
  1. Useful Netbook Firefox Add-ons A selection of useful Firefox add-ons that will save you critical screen space when used on a Netbook....
  2. How to get incompatible Firefox add-ons to work Firefox 3.6 has been released and that means, once again, that you might find some of your add-ons don’t work. Now, this isn’t Firefox just...
  3. Firefox and blank tags Firefox 3 is great. Particularly the new tag facility for bookmarks. However, it would appear that this initial version is, possibly, a bit buggy. I...

Share with Delicious Share with Digg Share with Facebook Share with LinkedIn Share with MySpace Share with reddit Share with StumbleUpon Share with Twitter

Comments

There are no comments at present.

Pingbacks & Trackbacks

There are no pingbacks or trackbacks at present.

Leave a Comment

All these comments are validated before being placed on the site. I will NOT allow any spam to be shown, I do not follow the links myself and obvious self-promotion of your site is not accepted either.

CAPTCHA Image CAPTCHA Audio
Refresh Image

67 queries in 2.715 seconds.