the corner office

a blog, by Colin Pretorius

Firefox speed tweaks

I came across these tips via linuxtoday.com. A Google search shows that these tips have been doing the rounds on a number of forums, and they both seem to emanate from this page at mozilla.org (which also has a heap of other config tips and tweaks).

There are two ways to make the changes:

  1. type about:config into the address bar, which displays all settings and allows you to edit them.
  2. quit Firefox, and edit user.js in your profile directory

To speed up browsing, using HTTP pipelining:

Modify the following settings:
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.

Caveat: not recommended unless you've got a broadband connection.

To speed up page rendering:

right-click anywhere and select New -> Integer. Name it "nglayout.initialpaint.delay" and set its value to "0". This value is the amount of time the browser waits before it acts on information it receives

... but heed the warning on the original Mozilla page about this not being a good idea for slower machines.

Ymmv, but so far I'm impressed!

{2005.01.05 01:36}

Comments:

1. Jerry Carter (2005.01.07 - 19:28) #

Cool - thanks for the tips. I like performance hacks. Kind of makes you feel good, but naughty for some reason.

2. senkwe (2005.01.24 - 22:23) #

Thanks for the tips. I don't seem to spot any speed improvements this end though.

« The life of a repo man is always intense

» Random frustrations