defrag firefox's sqlite databased for performance

Locked
Fender
Posts: 5876
Joined: Sun Jan 14, 2001 8:00 am

defrag firefox's sqlite databased for performance

Post by Fender »

Fender
Posts: 5876
Joined: Sun Jan 14, 2001 8:00 am

Re: defrag firefox's sqlite databased for performance

Post by Fender »

Peenyuh
Posts: 3783
Joined: Thu Jan 03, 2008 3:46 am

Re: defrag firefox's sqlite databased for performance

Post by Peenyuh »

Between the two, my FF is faster. Thank you. Also, why is every single error listed in that log from this site and Q3W?

Hmmm... :paranoid:
[color=#00FF00][b]"How do you keep the natives off the booze long enough to pass the test?" Asked of a Scottish driving instructor in 1995.[/b][/color]
Fender
Posts: 5876
Joined: Sun Jan 14, 2001 8:00 am

Re: defrag firefox's sqlite databased for performance

Post by Fender »

because this site has had bad css for a very long time now
^misantropia^
Posts: 4022
Joined: Sat Mar 12, 2005 6:24 pm

Re: defrag firefox's sqlite databased for performance

Post by ^misantropia^ »

I have a one-liner startup script that does just that. For the curious:

Code: Select all

for DATABASE in $(find $HOME/.mozilla/firefox -name '*.sqlite'); do sqlite3 $DATABASE vacuum; done
Locked