Saturday, May 23, 2009

boost your firefox

Firefox puts a lot of things in databases, and with time they got messy. This slow down firefox. here is how to reorder those databases while keeping all the data.

1. Find the firefox profile directory
The following command does it on linux :
cd ~/.mozilla/firefox/*.default

2. Reorder the databases
Use the following command
for i in *.sqlite; do sqlite3 $i "vacuum"; done

0 comments:

Share/Save/Bookmark