Speed Up Firefox by Vacuuming SQLite Database
Jeremy Orem has posted an interesting tip on how to speed up Firefox web browser.
All you have to do is paste the following command (as single line) to your console bar (can be accessed via tools > error console):
Components.classes["@mozilla.org/browser/nav-history-service;1"].getService
(Components.interfaces.nsPIPlacesDatabase).DBConnection.executeSimpleSQL(“VACUUM”);
And hit enter (user interface might freeze for a moment).
As he says, it will vacuum Firefox’s sqllite database which will lead to better browser performance.
Via FirefoxFacts
About (Author Profile)
Vygantas is a former web designer whose projects are used by companies such as AMD, NVIDIA and departed Westood Studios. Being passionate about software, Vygantas began his journalism carrier back in 2007 when he founded FavBrowser.com. Having said that, he is also an adrenaline junkie who enjoys good books, fitness activities and Forex trading.
-
Foo
-
Foo
-
-
Pete



