Friday, February 1, 2013

Speed ​​up Firefox 3 on Linux

Accelerate 1x1.trans Firefox 3 on Linux
Besides the already known tricks to speed up Firefox , version 3 of this fabulous browser can alsoaccelerate its local operation , optimizing the behavior of the awesome bar that is displayed in the address bar when typing a URL.
This awesome bar in linux, use the database SQL Lite system to store and save data from websites and URL's related, so each time you use the address bar to enter the name of a website or address URL that you have visited, are consulted to SQL Lite database.
Over time, we can see that Firefox is slow it can get through the awesome bar, which fills with information. An interesting option is to optimize the database for SQL Lite Firefox 3 , to improve speed. And this is done by running the following command in Terminal:
for f in ~ / .mozilla / firefox / * / *. sqlite, do sqlite3 $ f 'VACUUM;'; donate
Personally I've tried and true that my Firefox 3 has gained a lot of speed with respect to how it was before. Of course, doing this little trick is completely safe, as only compact the SQL Lite database.
Thank Gabuntu the trick.

0 comments:

Post a Comment