Firefox Tweaks
Speed Up Firefox Web Browser Tips
- Applications -> Internet -> Firefox Web Browser
- Mozilla Firefox
Address Bar -> about:config
Filter: ->
network.dns.disableIPv6 -> true
network.http.pipelining -> true
network.http.pipelining.maxrequests -> 8
network.http.proxy.pipelining -> true
- Restart Mozilla Firefox
How to disable beep sound for link find function in Mozilla Firefox
- Applications -> Internet -> Firefox Web Browser
- Mozilla Firefox
Address Bar -> about:config
Filter: accessibility.typeaheadfind.enablesound -> false
- Restart Mozilla Firefox
Setting the backspace button to go to a previous page
- Applications -> Internet -> Firefox Web Browser
- Mozilla Firefox
Address Bar -> about:config
Filter: -> browser.backspace_action -> 0
- Restart Mozilla Firefox
Close the Download dialog quicker
- Go to Applications -> Internet -> Firefox Web Browser
- Put in your address bar
Address Bar -> about:config
Filter the configs options
Filter: -> alerts.totalOpenTime -> 500
Reduce the quantity of popups
- Load Mozilla Firefox
- Applications -> Internet -> Firefox Web Browser
- Put in your address bar
Address Bar -> about:config
- Filter the config options and change it to a reasonable number
Filter: -> dom.popup_maximum -> 5
Hide the Go Button
- Load Mozilla Firefox
- Applications -> Internet -> Firefox Web Browser
- Put in your address bar
Address Bar -> about:config
- Filter the config options and double click so it changes the result
browser.urlbar.hideGoButton -> Yes
Speed improvements using tmpfs
- Load Mozilla Firefox
- Applications -> Internet -> Firefox Web Browser
- Put in your address bar
Address Bar -> about:config
- Right click anywhere in the browser window and select
New -> String
- Type in:
browser.cache.disk.parent_directory
- press OK, and type in the new window:
/tmp
- Open the sysctl.conf file for editing and backup your previous sysctl.conf file
- Add the following lines
- Save it and close it. Run the following command
Swappiness
- You can change how much swap space you use by changing the swappiness of your Fedora install. To do this add the following line with the number between 0-100.
- Open the sysctl.conf file for editing and backup your previous sysctl.conf file
- Add the following line
- Reboot your computer
Noatime
- Noatime affects how often the system updates your time in your computer. This is a significant loss in speed according to the kernel Devs. To speed it up do the following modifications.
- Edit your fstab file and back it up
- Where the mount option says defaults you should add some more text.
- Before:
- After:
- Notice the only modification is to the lines that mount my default partitions. After the editing has been completed you will need to restart your computer for it to take effect.
- If you don't wish to reboot the computer, you may also remount the partitions of the live system:
Preload
- Preload is an adaptive readahead daemon, that will monitor which programs you use most. Parts of these programs will be cached to speed up their load time. You can get it by running the following command:
- After having installed it, remember to check if it's running and if it's enabled to start at boot time. You may do this by going to System -> Administration -> Services and scrolling down to the "preload" entry: if it isn't checked, check it (click on the "Enable" button).
Speed improvements using tmpfs
- Use tmpfs for frequently use temp folders.
- Add the following to /etc/fstab
- As this change is important for SSD (Solid State Drive) systems, it also make significant impact on applications such as Win4LinPro
Gnome Tweaks
Gnome Menu (delay)
- This is a simple alteration that will speed up your gnome menu load up.