SUSEUnbound
Would you like to react to this message? Create an account in a few clicks or log in to continue.


 
HomeHome  PortalPortal  Latest imagesLatest images  SearchSearch  RegisterRegister  Log in  
openFate
Speed up your browser... Fatelogo_small openFATE - openSUSE feature tracking
Similar topics
Latest topics
» Difference between 42.2 and 42.1
Speed up your browser... Emptyby findoctr Thu Dec 15, 2016 7:53 pm

» openSUSE Leap 42.1 ?
Speed up your browser... Emptyby findoctr Fri Feb 05, 2016 8:09 pm

» Happy Turkey Day
Speed up your browser... Emptyby findoctr Thu Nov 26, 2015 1:45 pm

» Happy 4th of July!
Speed up your browser... Emptyby bozo Sat Jul 04, 2015 12:56 pm

» It's been a while ...
Speed up your browser... Emptyby bozo Mon Feb 23, 2015 8:34 pm

» Mondo chillers
Speed up your browser... Emptyby bozo Wed Feb 18, 2015 5:11 am

Navigation
 Portal
 Index
 Memberlist
 Profile
 FAQ
 Search
IRC Channel
You can also find us on IRC's freenode.net as #suseunbound.

 

 Speed up your browser...

Go down 
2 posters
AuthorMessage
FeatherMonkey
Old Regular
FeatherMonkey


Posts : 41
Join date : 2010-02-25

Speed up your browser... Empty
PostSubject: Speed up your browser...   Speed up your browser... EmptyMon May 31, 2010 7:23 pm

If you notice your browser has slowed down you can vacuum the sqlite3 db's this seems to work for chrome/chromium to. As I noticed it had started to slow down so had a little poke to discover it also used a lot of sqlite db's so the code.

Mozilla
Code:
for qf in $(for f in /home/$USER/.mozilla/*/*/*; do file "$f" | grep "SQLite" | cut -d":" -f1; done);do sqlite3 $qf 'VACUUM;'; done

For Chromium you may need to tweak the path if it is chrome, either you'll have a hidden(Something like .chrome) or it'll be in .config.
Code:
for qf in $(for f in /home/$USER/.config/chromium/Default/*; do file "$f" | grep "SQLite" | cut -d":" -f1; done);do sqlite3 $qf 'VACUUM;'; done

Remember to close the browser in question otherwise it'll report locked db's
Back to top Go down
welan
Admin
welan


Posts : 248
Join date : 2010-02-23
Age : 60
Location : snow drift in minnesota

Speed up your browser... Empty
PostSubject: Re: Speed up your browser...   Speed up your browser... EmptyMon May 31, 2010 9:00 pm

Nice one
Back to top Go down
 
Speed up your browser...
Back to top 
Page 1 of 1
 Similar topics
-
» Speed up Network Access
» High speed penguin or a trick of the light

Permissions in this forum:You cannot reply to topics in this forum
SUSEUnbound :: Help Section :: Tips and Tweaks-
Jump to: