Firefox Vacuuming to speed up autocomplete

Tools -> error console
Paste the following in the evaluate bar:
Components.classes["@mozilla.org/browser/nav-history-service;1"].getService(Components.interfaces.nsPIPlacesDatabase).DBConnection.executeSimpleSQL(“VACUUM”);

This cleans up the SQLite DB

Leave a Reply

You must be logged in to post a comment.