Log in

View Full Version : Tip to speed up firefox alot.



Formula1
12-29-2004, 06:17 PM
I got this from another forum , the purpose of this is to enable the browser firefox to operate faster.




Open 'about:config' in your address bar and then...

For Broadband:

network.http.max-connections : 64
network.http.max-connections-per-server : 21
network.http.max-persistent-connections-per-server : 8
network.http.pipelining : true
network.http.pipelining.maxrequests : 100
network.http.proxy.pipelining : true

For Dial-up:

browser.cache.disk_cache_ssl : true
browser.xul.error_pages.enabled : true
content.interrupt.parsing : true
content.max.tokenizing.time : 3000000
content.maxtextrun : 8191
content.notify.backoffcount : 5
content.notify.interval : 750000
content.notify.ontimer : true
content.switch.threshold : 750000
network.http.max-connections : 32
network.http.max-connections-per-server : 8
network.http.max-persistent-connections-per-proxy : 8
network.http.max-persistent-connections-per-server : 4
network.http.pipelining : true
network.http.pipelining.maxrequests : 8
network.http.proxy.pipelining : true
nglayout.initialpaint.delay : 750
plugin.expose_full_path : true
signed.applets.codebase_principal_support : true

Then right click anywhere in that window(if your on broadband, this is useless on dialup) and click new>integer with the name "nglayout.initialpaint.delay" and the value "0"

This will cause there to be no delay in rendering pages, and will also make a crapload of connections to a websites server. this is about the max number you can do before anti-DOS stuff kicks in at there end. and it WILL speed up browsing a lot...

Money Fist
12-29-2004, 06:25 PM
hope this works

can som one fill me in on what http pipelining is?

mogadishu
12-29-2004, 09:25 PM
just doulble click on the entry to change it.. I just did this and i really hope it doesnt screw anything up... things do seem to be a bit faster..

peat moss
12-30-2004, 02:48 AM
just doulble click on the entry to change it.. I just did this and i really hope it doesnt screw anything up... things do seem to be a bit faster..



I notice a difference too. But write the instuctions down. What a pain in the ass trying to switch back to here and the config bar. :)




Edit: Sorry Formula1 , I should of thanked you ! :blushing:

I forgot the last step , I'm on broadband ,it made it a little faster still. The right click one . :)

tesco
12-30-2004, 05:35 AM
Been posted a million times before.

It really works. :)

Wolfmight
12-30-2004, 03:31 PM
Very Nice! I noticed a major difference! Pages "Flash" open with greater speed! Love it!

some pages still stay the same (but they're server is very slow..astalavista lags sometimes during a search..always there)

Money Fist
12-30-2004, 04:01 PM
yep good stuff

thank god this was posted again (never saw the old posts)

{I}{K}{E}
12-30-2004, 05:47 PM
hope this works

can som one fill me in on what http pipelining is?



What is HTTP pipelining?


http://www.mozilla.org/projects/netlib/http/pipelining-faq.html

Money Fist
12-30-2004, 05:59 PM
What is HTTP pipelining?


http://www.mozilla.org/projects/netlib/http/pipelining-faq.html

righty
cheers

mogadishu
12-30-2004, 06:12 PM
I notice a difference too. But write the instuctions down. What a pain in the ass trying to switch back to here and the config bar. :)




Edit: Sorry Formula1 , I should of thanked you ! :blushing:

I forgot the last step , I'm on broadband ,it made it a little faster still. The right click one . :)


just open another window (not tab) and make it so one is on top of the screen and one is on the bottom... that way you can see the instructions and set it up...

lee551
12-30-2004, 07:03 PM
never seen it. thanks for posting it again :D

Cl1mh4224rd
12-30-2004, 08:27 PM
Open 'about:config' in your address bar and then...
You don't have to worry about remembering all this if you just put this into the user.js (http://www.mozilla.org/support/firefox/edit#user) config file in your profile directory:

For broadband:
user_pref("network.http.max-connections", 64);
user_pref("network.http.max-connections-per-server", 21);
user_pref("network.http.max-persistent-connections-per-server", 8);
user_pref("network.http.pipelining", true);
user_pref("network.http.pipelining.maxrequests", 100);
user_pref("network.http.proxy.pipelining", true);

For dial-up:
user_pref("browser.cache.disk_cache_ssl", true);
user_pref("browser.xul.error_pages.enabled", true);
user_pref("content.interrupt.parsing", true);
user_pref("content.max.tokenizing.time", 3000000);
user_pref("content.maxtextrun", 8191);
user_pref("content.notify.backoffcount", 5);
user_pref("content.notify.interval", 750000);
user_pref("content.notify.ontimer", true);
user_pref("content.switch.threshold", 750000);
user_pref("network.http.max-connections", 32);
user_pref("network.http.max-connections-per-server", 8);
user_pref("network.http.max-persistent-connections-per-proxy", 8);
user_pref("network.http.max-persistent-connections-per-server", 4);
user_pref("network.http.pipelining", true);
user_pref("network.http.pipelining.maxrequests", 8);
user_pref("network.http.proxy.pipelining", true);
user_pref("nglayout.initialpaint.delay", 750);
user_pref("plugin.expose_full_path", true);
user_pref("signed.applets.codebase_principal_support", true);

peat moss
12-31-2004, 12:13 AM
just open another window (not tab) and make it so one is on top of the screen and one is on the bottom... that way you can see the instructions and set it up...



Oh great now you tell me! JK While I really like Firefox it seems to be a work in progress . I'm learning more all the time . Thanks mogadishu. :)

mogadishu
12-31-2004, 09:11 AM
firefox is much better than IE in my opinion.. i would never ever use IE unless i absolutely have to. Also, whats wrong with a work in progress. Its not like Firefox is beta or something, its just being improved all the time, unlike IE which sucks as much as it did 5 years ago.

colt45joe
12-31-2004, 11:31 AM
thx for postin this formula, it is much faster :D

and yeh IE sucks the nuts.

scribblec
12-31-2004, 05:43 PM
anything to make these changes for us?

im lazy and stupid

sArA
12-31-2004, 06:22 PM
@ scribblec...if I can do it anyone can... :)

It seems to have speeded things up a little....not blindingly noticeable but some pages seem definately quicker.

ZaZu
01-02-2005, 04:04 AM
Works in Netscape (http://channels.netscape.com/ns/browsers/default.jsp) too...

tesco
01-02-2005, 04:52 AM
anything to make these changes for us?

im lazy and stupid
ya there's an extension.
or look at that other post here in internet world. :)