Sunday, March 7, 2010

Slow Firefox in Karmic Coala

Found this to help:
Install sqlite 3 from command line (in terminal):
sudo apt-get install sqlite3

then (make sure you close Firefox) type this in terminal:
for f in ~/.mozilla/firefox/*/*.sqlite; do sqlite3 $f 'VACUUM;'; done


After this, seems that Firefox behaves faster.

No comments: