SPEED UP FIREFOX IN FEW EASY STEPS

No Comment - Post a comment


DO you want to increase the speed of firefox?Then here is a easy steps which works with almost all computer configuration to increase the speed.The settings which user should apply are:

1.user_pref("network.http.pipelining", true);

2.user_pref("network.http.proxy.pipelining", true);

3.user_pref("network.http.pipelining.maxrequests", 8);

4.user_pref("network.http.max-connections", 48);

5.user_pref("network.http.max-persistant-connections-per-server ", 8);

6.user_pref("network.http.max-persistant-connections-per-proxy", 8);

7.user_pref("ui.submenuDelay", 0);

To apply these settings follow the steps below one by one:

1. Start Firefox,once it gets loaded type about:config in the address bar(place where web address is written).

2. Once it is done firefox's built in configurator appears in the place where a web page will normally appears.At the top of that there is a option like filter, type in there HTTP (the filter then automatically find all entries with HTTP)

3. Now user can change each of the settings by simply double-clicking them,each setting will be followed by the change you need to make


a. network.http.pipelining change to true

b. network.http.pipelining.maxrequests change to 8

c. network.http.proxy.pipelining change to true

d. network.http.max-persistant-connections-per-proxy change to 8

e. network.http.max-persistant-connections-per-server change to 8

f. network.http.max-connections change to 48

4. Now find the following entries and also make the changes:

A. ui.submenuDelay change to 0

5. Right-Click anywhere in the configurator and add a new integer, name it nglayout.initialpaint.delay and a value of 0

6. Just restart firefox and your changes gives better speed of firefox.

 
This Post has No Comment Add your own!

Post a Comment