Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
firefox [2013/12/12 15:52]
zagi
firefox [2014/01/29 10:41]
212.18.58.101 [Speeding up Firefox]
Line 16: Line 16:
  
 use tmpfs in linux use tmpfs in linux
 +
 +add to /etc/fstab:
 +
 +  tmpfs /mnt/ramdisk tmpfs size=520M,noatime,mode=0777           0
 +
 use rmdisk in Windows http://www.ltr-data.se/opencode.html/#ImDisk use rmdisk in Windows http://www.ltr-data.se/opencode.html/#ImDisk
  
Line 187: Line 192:
  
 <code> <code>
-    for f in ~/.mozilla/firefox/*/*.sqlite; do sqlite3 $f VACUUM;; done+    for f in ~/.mozilla/firefox/*/*.sqlite; do sqlite3 $f 'VACUUM;'; done
 </code> </code>
  
Line 236: Line 241:
  
 It’s harmless, no data will be lost: it compacts your **__[[sqlite]]__** databases. It’s harmless, no data will be lost: it compacts your **__[[sqlite]]__** databases.
- 
  
 ==== cpu optimized builds ==== ==== cpu optimized builds ====
firefox.txt · Last modified: 2014/01/30 10:27 by zagi
CC Attribution-Share Alike 4.0 International
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0 ipv6 ready