This addon will clean up and defrag your places.sqlite database, which contains your history and bookmarks. It worked great for me, the URL bar and startup are way faster now.
If you don't want to install an addon, typing
Code:
Components.classes["@mozilla.org/browser/nav-history-service;1"].getService(Components.interfaces.nsPIPlacesDatabase).DBConnection.executeSimpleSQL("VACUUM");
Comment