Journal: Compacting db in FF from error console on 2009.09.18 18:24
(This is mostly for my own reference, because at one time I had encountered the information, but forgot where I stored it.)
To compact the database used by FireFox 3.x from the Error Console,
- Go to Tools -> Error Console
- Paste in (as a single line) the following:
Components.classes[ "@mozilla.org/browser/nav-history-service;1" ].getService( Components.interfaces.nsPIPlacesDatabase ).DBConnection.executeSimpleSQL( "VACUUM" );
