Make Firefox Faster

Sep21
  • Share

Difficulty: ★☆☆☆☆

People who know me, know that I am a big fan of Mozilla Firefox.

With these settings you can make Firefox faster:

1. Type in the adressbar: about:config
2. Filter on the word: pipe
3. Change all the boolean values from false to true
4. Change the max request integer from 4 to 8



These configurations were tested for FireFox 2 & 3.

network.http.pipelining = true
network.http.pipelining.maxrequest = 8
network.http.max-connections  = 96
network.http.pipelining.ssl = true
network.http.proxy.pipelining = true


Leave a comment