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
firefox [2012/10/12 13:03]
zagi
firefox [2014/01/30 10:27] (current)
zagi [Speeding up Firefox]
Line 1: Line 1:
 ====== Firefox ====== ====== Firefox ======
  
-[[firefox addons]]\\+[[firefox:addons]]\\
 [[greasemonkey]]\\ [[greasemonkey]]\\
 [[firefox#about_url|about_url]]\\ [[firefox#about_url|about_url]]\\
 [[firefox#cpu optimized builds|Firefox CPU optimized builds]]\\ [[firefox#cpu optimized builds|Firefox CPU optimized builds]]\\
-Optimized Firefox [[user.js|user configuration file]]\\+Optimized Firefox [[firefox:user.js|user configuration file]]\\ 
 + 
 + 
 +=== FIX Crashing X-window with ATI drivers while moving toolbar icons == 
 + 
 +nglayout.enable_drag_images false
  
  
Line 11: 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 178: Line 188:
  
 check SQLoptimizer add-on!\\ check SQLoptimizer add-on!\\
 +
 +
 +<note important>install sqlite3 command line package first!</note>
 +
 +
  
 Firefox insists on doing huge amounts of I/O when closing, as well as act slow when using the awesomebar, try the following (close down Firefox completely first): Firefox insists on doing huge amounts of I/O when closing, as well as act slow when using the awesomebar, try the following (close down Firefox completely first):
 +
  
 <code> <code>
-    for f in ~/.mozilla/firefox/*/*.sqlite; do sqlite3 $f VACUUM;; done+#!/bin/bash 
 +killall firefox 
 +killall thunderbird 
 +du -hs ~/.mozilla/firefox 
 +du -hs ~/.thunderbird 
 +for f in  ~/.mozilla/firefox/*/*.sqlite; do sqlite3 ${f} "VACUUM;"; done 
 +for f in  ~/.thunderbird/*/*.sqlite; do sqlite3 ${f} "VACUUM;"; done 
 +du -hs ~/.mozilla/firefox 
 +du -hs ~/.thunderbird
 </code> </code>
  
Line 231: Line 255:
  
 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.1350039815.txt.gz · Last modified: 2012/10/12 13:03 by zagi
CC Attribution-Share Alike 4.0 International
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0 ipv6 ready