kryogenix
Jan 6 2005, 08:22 AM
got this from another forum
QUOTE
How To Speed Up Firefox (Helpful Vanity)
Posted on 12/12/2004 12:45:50 PM PST by KoRn
Here's something for broadband people that will really speed Firefox up:
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 recieves.
If you're using a broadband connection you'll load pages MUCH faster now!
tried it with mozilla and I think it does make a difference.
sadolakced acid
Jan 6 2005, 04:40 PM
whoa... superspeed now.
nice trick. works great.
jennyjenny
Jan 6 2005, 06:28 PM
Hm, it's kinda faster...
but it's still cool...
xtremeliquid
Jan 6 2005, 06:46 PM
Nice...
Azarel
Jan 6 2005, 07:26 PM
Wow, thanks.

Firefox runs noticibly faster now.
tofumonzter
Jan 6 2005, 07:54 PM
hahah yah. i had it already. it's uberfast.
inthemudhole
Jan 7 2005, 12:20 AM
Okay.
I just did the stuff.
[hits reply to see]
EDIT//
Whoa, that's kickass.
Thanks!
vanish
Jan 12 2005, 07:27 PM
Ooh that's nice. Thanks a lot, it really is noticeable. hah! another bullet into IE (as if it needed any more)
Levy2k6
Jan 12 2005, 11:36 PM
that's cool.. i had firefox but i stopped using cuz AOL loaded faster (what!?, lol) and now i think ima use firefox a bit more.. except for like xanga.
kryogenix
Mar 10 2005, 06:54 AM
bump
jordanriane
Mar 10 2005, 07:30 AM
i felt really tingly down there after i did that..
mmm
heyyfrankie
Mar 10 2005, 06:09 PM
if you could do that in ie, that would be awesome!
sadolakced acid
Mar 10 2005, 06:14 PM
except you can't with IE>
anywyas; this setting is sorta frowned upon because it hogs connections to sites.
oh well...
X-Zeifer
Mar 10 2005, 07:08 PM
james is hack is awsome. it also works on netscape but not opera.
uLoVeMikeRoch
Mar 10 2005, 10:02 PM
aww, u suck i was going to post the exact same thing.
Tell me, did u get it from hackaday?
There is a problem though, everytime u use firefox, the settings dont save. So basically everytime you would turn on ur computer, you would have to change the settings again.
Im still trying to find a way to save the changes.
MrElsewhere
Mar 10 2005, 10:06 PM
this is cool =]
mona lisa
Mar 10 2005, 10:14 PM
wow. it's a little faster now. but i'll have to try it out with other sites.
largosama
Mar 11 2005, 06:19 PM
QUOTE(uLoVeMikeRoch @ Mar 10 2005, 10:02 PM)
aww, u suck i was going to post the exact same thing.
Tell me, did u get it from hackaday?
There is a problem though, everytime u use firefox, the settings dont save. So basically everytime you would turn on ur computer, you would have to change the settings again.
Im still trying to find a way to save the changes.

whaaaaaaat?

and I thought the hack was not working after I restarted Firefox
sadolakced acid
Mar 11 2005, 09:44 PM
get the extention configuration mania
and then go and add those.
configuration mania lets you set pipelining, so that should keep it in place.
uLoVeMikeRoch
Mar 12 2005, 06:59 PM
QUOTE(sadolakced acid @ Mar 11 2005, 9:44 PM)
get the extention configuration mania
and then go and add those.
configuration mania lets you set pipelining, so that should keep it in place.
give us a link please.
angel-roh
Mar 13 2005, 10:52 AM
aww how about for internet explorer?
Flaunted
Mar 13 2005, 10:59 AM
*celebrates* thanks james!
sadolakced acid
Mar 13 2005, 11:54 AM
jordanriane
Mar 13 2005, 04:39 PM
You should check this article out, on changing the the max requests.
max requests entry, Firefox limits it to 8, regardless of whatever integer you put in. A max of 2/server was recommended when you were 5, and still a moron.
QUOTE
Connection Tweaks
The "other" type of optimization commonly seen instructs you to alter the "network.http.max-persistent-connections-per-server", "network.http.max-connections-per-server" and other related settings. These are EXTREMELY DAMAGING "optimizations" to apply and should be avoided at all costs. These settings violate the HTTP protocol, which recommends a limit of 2 connections per server. When you increase it beyond that, a lot of bad things begin to happen:
The web server is often the hardest hit. The Apache web server maintains a number of "slots" which are processes lying around to handle requests as they come in. Since they usually come in at a steady rate, the server can create and destroy extra processes as needed to handle the load. When you and your "optimized" settings hit the server however, almost all of the slots that are idle are suddenly taken up by your browser. This forces the server to suddenly create a bunch of new processes to handle other traffic which is a CPU-intensive task. When you are done hogging up the slots, the server suddenly finds itself with way more processes than are needed for normal traffic, so it will kill off the extra ones.
What's worse is that since most tweaks involve such a high number of connections, once one element has been transferred, the connection is never used again. This forces the web server to hold all the connections in "keepalive" state as under normal circumstances, more than one request is sent per connection. TCP never gets a chance to automatically find the best RWIN for greatest speeds, load on routers between you and the server is increased thanks to all the extra packets... the whole basis of the HTTP/1.1 specification was to get away from the "one connection per element" days of HTTP/1.0, by applying these tweaks you are simply going back to the 1.0 days.
It's also worth pointing out that there exists an Apache module and netfilter settings that could cause your additional connections to be blocked from the server, resulting in very slow page load times, broken images and possibly even a complete IP ban for this "flooding" behaviour. Please, stick with pipelining and do not touch these settings. There is a very good reason why they are not the default.
sadolakced acid
Mar 13 2005, 06:42 PM
yea, i said it was frowned upon.
but do i look like i care?
jordanriane
Mar 13 2005, 07:28 PM
Just because I posted this after your reply does not mean I'm replying to you.
Read my message, and note that I was referring to the thread post, NOT yours. okay?
blah1234567
Apr 12 2005, 07:44 PM
whoooaaa....SUPER speed...it goes like a million times faster...before i would have to wait 3 seconds to load just ONE page!
cocoalightning27
Apr 12 2005, 07:58 PM
muhahhahahhahh It's awesome...doesn't go superspeed but it goes pretty fast..
edit// How come now, some webpages come up as "not found"
Eryi
Apr 13 2005, 07:31 AM
ill do that at home, hope it works. ;)
Eryi
Apr 13 2005, 02:31 PM
QUOTE(cocoalightning27 @ Apr 12 2005, 7:58 PM)
muhahhahahhahh It's awesome...doesn't go superspeed but it goes pretty fast..
edit// How come now, some webpages come up as "not found"
Firefox does that at times.. refresh or press enter again. When my firefox was at regular settings it couldn't find some site either.
Azarel
Sep 23 2006, 02:14 AM
By the way, James, I still love you for this.
kryogenix
Sep 23 2006, 09:04 AM
Who me? I don't even use it anymore. I use
FasterFox on 'polite' mode to speed up Firefox.
Azarel
Sep 24 2006, 02:51 AM
omg. I love you forever.
The speed.. alskjdhltn <3
warriors1035
Sep 27 2006, 06:44 PM
did it a while ago and i remember making a big difference
now i added fasterfox and its even better
smokescreen
Oct 1 2006, 11:39 AM
Cool, thanks :)
ThunderEvermore
Oct 1 2006, 05:15 PM
Fater Fox seems to slow mine down. I dunno.
faithin_felix
Oct 3 2006, 05:59 PM
No difference...
Anna-x-chan
Oct 3 2006, 06:16 PM

Oh my God T/Y! My firefox was soo slow before for some reason.
magicfann
Oct 3 2006, 06:17 PM
oh please, like we care if the cB server goes down
connection tweaking ftw
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please
click here.