The
award-winning Web browser is now faster, more secure, and fully customizable to
your online life. Firefox 2, added powerful new features that make your online
experience even better.
Make
your Firefox FASTER!
Quick
Setup
Here's
something for broadband people that will really speed Firefox up:
1.Type
about:config into the address bar and hit return. Scroll down and look for the
following entries:
Normally
the browser will make one request to a web page at a time. When you enable pipelining
it will make several at once, which really speeds up page loading.
2.
Alter the entries as follows:
Set
network.http.pipelining to true
Set
network.http.proxy.pipelining to true
Set
network.http.pipelining.maxrequests to some number like 30. This means it will
make 30 requests at once.
3.
Lastly right-click anywhere and select New-> Integer. Name it nglayout.initialpaint.delay
and set its value to 0 (zero). This value is the amount of time the browser waits
before it acts on information it recieves.
If
you're using a broadband connection you'll load pages MUCH faster now!
You
have to close your browser after you make the changes. When you start it back
up they will be in effect.
Long
setup
up Firefox the right way
Speeding
up Firefox seems to be a meme going around the blogsphere lately. Most of the
tips Ive seen, though, are only for broadband connections with the latest
hardware and only include some of the settings that would affect performance.
The
Firefox
Tweak Guide has the full details on how to speed up Firefox regardless of
your connection or hardware, reprinted in part below. Dont forget that the
easiest way to tweak user files is with chromEdit
extension.
Common to all configurations
These
are the settings that seem to be common to all configuration files regardless
of connection speed or computer speed with a couple of additions - plugin paths
can be found with about:plugins and the bookmark menu delay is turned off.
user_pref("network.http.pipelining",
true); user_pref("network.http.proxy.pipelining", true); user_pref("network.http.pipelining.maxrequests",
8); user_pref("content.notify.backoffcount", 5); user_pref("plugin.expose_full_path",
true); user_pref("ui.submenuDelay", 0); Fast Computer Fast Connection
A
couple settings of note - Firefox is allocated 4096 KB of memory by default and
in this configuration we give it roughly 65MB as denoted by the last line. This
can be changed according to what is used. Fast Computer, Slower Connection
This
configuration is more suited to people without ultra fast connections. We are
not talking about dial up connections but slower DSL / Cable connections.
One
of the changes made for this particular configuration is the final line where
the status bar is disabled for changing web pages to save processor time. Slow
Computer, Slow Connection