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.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment