debernardis
07-15-2009, 09:15 AM
Linux needed: two rows of code may render your firefox much quicker:
cd .mozilla/firefox/*.default
for i in *.sqlite; do echo "VACUUM;" | sqlite3 $i ; done
It worked with mine :D
Taken here (http://lele85.netsons.org/blog/projects/) (there's also a firefox extension which does the same thing) - via Pollycoke (http://pollycoke.net/2009/07/14/optimus-db-per-velocizzare-firefox/)
cd .mozilla/firefox/*.default
for i in *.sqlite; do echo "VACUUM;" | sqlite3 $i ; done
It worked with mine :D
Taken here (http://lele85.netsons.org/blog/projects/) (there's also a firefox extension which does the same thing) - via Pollycoke (http://pollycoke.net/2009/07/14/optimus-db-per-velocizzare-firefox/)