Guide: Advanced FireFox Settings

JN

New member
Ultimate FireFox Guide

For anybody who does not know, Mozilla Firefox is an alternative internet browser that outdoes Internet Explorer in many ways. If you fancy giving it a go it is available from Here. Please note that this tweak works for broadband/cable users only, it does not affect 56k users.

Cable/Broadband Tweaks

Type 'about:config' in the address bar and this will bring up the configuration options for the Firefox browser.

Find the following values...

network.http.pipelining

network.http.proxy.pipelining

network.http.pipelining.maxrequests

browser.turbo.enabled

network.dns.disableIPv6

And then...

Set network.http.pipelining to True

Set
network.http.proxy.pipelining to True

Pipelining sets the browser to make multiple requests to a web page at one time.



Set
network.http.pipelining.maxrequests to 20

This is the maximum number of requests to make to the web page at a time.

Set browser.turbo.enabled to True

Set
network.dns.disableIPv6 to True

Now right click anywhere and click New, Integer. Name it "nglayout.initialpaint.delay". Set its value to "0".



This sets the amount of time that the browser waits before acting on the information that it receives.

More Firefox Tweaks

These are the tweaks that you probably haven't seen before and that I am currently adding to the list so keep checking back.

Cache Size Tweak

Firefox 1.0 is defaulted to use 51MB of your RAM cache which really is quite a lot if you are running other applicatins at the same time. This tweak allows you to set the maximum size cache that Firefox uses. Please note that this does not directley make Firefox faster but it can speed up your computer in general.

In the about:config screen create a new integer value and name it...

"browser.cache.memory.capacity"

Set its value to the maximum size of the cache you want Firefox to use in Kilobytes. I set mine to 20000 to use 20MB of cache. Restart Firefox for the changes to take affect.



Speed Up Loading Of Firefox In XP

In Windows XP you can speed up the loading of programs by making it one of the programs that XP "Prefetches". Prefetching works by letting XP have portions of a program already loaded to your hard drive. To do this for Firefox, find the Start Menu entry for Firefox and right click it, then select properties. In the 'Target' box add the following line at the end of the file path.

/Prefetch:1

Your Target box should now look something like this.

"C:\Program Files\Mozilla Firefox\firefox.exe" /Prefetch:1



Customized Versions Of Firefox For Your CPU



Because different CPU's operate in different ways and have different instructions, a developer called MOOX has written builds of Firefox for certain families of CPU. Most current CPU's will need to run the M3 build.

Find the Build Descriptions Here

Find the Program Downloads Here

Visit the MOOX homepage Here



Cheers,

Dave

The information on this page was gathered from various sources including www.moox.ws, windowssecrets.com and techrepublic.com

(Please note this was originaly posted by Dave, but due to server problems got removed)

 
Mozilla Firefox Optimization Guide



http://www.getfirefox.com

Introduction_______

With the release of the Internet's best web browser, which is much more customizable and faster than its competition (Internet Explorer). This guide is designed to get the maximum speed and lowest latency when browsing the internet while on broadband. However, there are a few tips to assist narrowband (aka, Dial-Up users), so they are still browsing the internet at Extreme speed. Firefox offers two great area of opportunity to modify; the actutal settings, and extensions which are third-party developed "add-ons"; obviously themes too, but that isnt covered in the scope of this guide.

A major focus is on PipeLining. PipeLining is the process of splitting a request a number of times for maximum speed. Works best on large pages, so it splits your request multiple times. Its good to not have have too many pipelines for your connection as it will result in latency in loading pages. Its good to just find a sweet spot that works. FAQ on PipeLining...

To change these settings, type "about:config" in the address field, press Enter


Basic Settings for ALL users_______

  • Set the value of network.http.pipelining to "true".
  • Set the value of network.http.pipelining.maxrequests to "8".
  • Set the value of network.http.proxy.pipelining to "true"
  • Set the value of ui.submenuDelay to "0"
  • Set the value of browser.xul.error_pages.enabled to "true"


Fast Broadband (Cable/DSL/LAN)_______

  • Set the value of network.http.max-connections to "48".
  • Set the value of network.http.max-connections-per-server to "16".
  • Set the value of network.http.max-persistent-connections-per-proxy to "16"
  • Set the value of network.http.max-persistent-connections-per-server to "8"


Slow Narrowband (Dialup)_______

  • Set the value of network.http.max-connections-per-server to "8".
  • Set the value of network.http.max-persistent-connections-per-proxy to "8".
  • Set the value of network.http.max-persistent-connections-per-server to "4".
  • Set the value of dom.disable_window_status_change to "true".


Highly Recommended Extensions_______

  • Adblock - I can no longer browse without it, does the obvious
  • GooglePreview - Adds a little box next to each google search which shows preview of website, highly useful
  • Sage - A great RSS reader that allows you to browse RSS stuff in Firefox allowing adblocking on all the crappy news sites of the world.
  • ImageZoom - Used to zoom in on images
  • Download Manager Tweak - A modification of the Firefox download manager
  • All-in-One Gestures - Allows mouse gestures which speed up simple commands
  • TabBrowser Preferences - Tons of options for how links open

Credits/Acknowledgements_______

 
Help!!

I can't find:

uni.submenuDelay to 0

in order to set it to 0

I am using version 1.5

The others are all plainly available and have been suitably amended
 
Back
Top