PDA

Click to See Complete Forum and Search --> : Make Firefox Faster


SDK
January 2nd, 2005, 06:11 PM
1.Type "about:config" into the address bar and hit return. Scroll down and look for the following entries:

network.http.pipelining network.http.proxy.pipelining network.http.pipelining.maxrequests

Normally the browser will make one request to a web page at a time. When you enable pipelining it will make several at once, which really speeds up page loading.

2. Alter the entries as follows:

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.

3. Lastly 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.


Source : http://forevergeek.com/open_source/make_firefox_faster.php

MrLinus
January 2nd, 2005, 06:33 PM
Wow. Even works in Mozilla. That's really neat!

©opy®ight
January 2nd, 2005, 07:31 PM
Wow, this is really neat, thanks SDK.

devpon
January 2nd, 2005, 07:43 PM
When I try this "about:config", it takes me to http://www.about.com/. Using firefox and XP. Any ideas?

My bad, you don't use the quotes and it works properly.
Hell, it even loads up AO quicker than before with doubleclick.com slowing my connections. :rolleyes:

The Grunt
January 2nd, 2005, 08:05 PM
no space between about and colon and config
"about:config"

Like that without quotes.

Well :P, you figured it out without my help.

Aden
January 2nd, 2005, 08:07 PM
I love it but is there any way to get FIrefox to load faster when you first open the program?

moxnix
January 2nd, 2005, 08:10 PM
Well, that just took my one major gripe about Firefox and flushed it. This is great and fast. I love it.

devpon
January 2nd, 2005, 08:38 PM
I have no way to actually test this, but loading firefox seams to have been fixed with this trick. Loads up in about 1 or 2 seconds now.

SDK
January 2nd, 2005, 10:36 PM
Your welcome guys and girls :)

Und3ertak3r
January 3rd, 2005, 12:38 AM
I would recommend reading ALL of the posts in the link posted by SDK BEFORE making changes..

Also see this site: http://users-guide.org/index.php?c=text&id=29

heed the warning regarding the maxrequests setting

scratchONtheBOX
January 5th, 2005, 04:32 PM
Just taking a second thought of what Und3ertak3r recommends:

Two things, guys!

1. QUOTE FROM http://forevergeek.com/open_source/make_firefox_faster.php --> "After you get past the beginner stage with Firefox, try this "power-user" trick to make it download pages faster by allowing multiple connections so it can download more than one file at a time. It's only useful for broadband users, so if you're still on dial-up you can just skip this one for now." <--- So I guess no need to use it for now since I don't use broadband yet.

2. QUOTE FROM http://users-guide.org/index.php?c=text&id=29 --> "Setting pipelining max requests to 32 really will make your FireFox faster, however you can get banned on some servers. That's because your actions can be mistaken as flood attack. If you are afraid of this possibility, set pipelining.maxrequests to 8.ٍ" <--- Well, should I really be afraid? Can someone tell me the common servers that could actually do this?

Thanks

YO!