08 January 2011

Make Firefox Faster

These are the things to do to make Firefox runs faster than before.

1. Type about:config into the Firefox URL/address bar and hit ENTER.

2. Inside the Firefox configuration page, edit some parameters below :

network.http.pipelining ->  true
network.http.proxy.pipelining -> true
network.http.pipelining.maxrequests  -> 8

3. Right-click anywhere inside the config page and select New --> Integer. Name it nglayout.initialpaint.delay and set the value to “0″.

4. Right-click anywhere inside the config page and select New --> Integer. Name it content.notify.interval and set the value to “500000″.

5. Right-click anywhere inside the config page and select New --> Boolean. Name it content.notify.ontimer and set the value to “true″.

6. Right-click anywhere inside the config page and select New --> Integer. Name it content.switch.threshold and set the value to “250000″.

7. Right-click anywhere inside the config page and select New --> Boolean. Name it content.interrupt.parsing and set the value to “false″.

source

No comments: