Monday, January 7, 2008

Compact Firefox SQLite databases

Improve Firefox performance by compacting the SQLite databases it uses to store data. First close Firefox and then run: find ~/.mozilla -type f -name \*.sqlite -exec sqlite3 {} 'VACUUM;' \;

No comments:

Post a Comment