Supercharge Firefox!

  • Thread starter Event
  • 44 comments
  • 3,742 views

Event

Zoom-zoom
Premium
6,899
GTP_event / kevinr6287 (farming account)
I found this on another forum. worked great for speeding up firefox

If you want to increase the speed of your browsing with Firefox, follow these simple directions:

Open Firefox.
Type "about:config" in the adress bar (no quotation marks).
Find these options, double click each one and change to below values:

network.http.max-connections: 48

network.http.max-connections-per-server: 24

network.http.max-persistent-connections-per-proxy: 12

network.http.max-persistent-connections-per-server: 6

network.http.pipelining: true

network.http.pipelining.maxrequests: 32

network.http.proxy.pipelining: true

Close Firefox and enjoy the faster browsing.

Supercharged! :cool:
 
If you want you could step up one and use a custom user.js file for doing this. Paste those lines into Notepad and save it in: %AppData%\Mozilla\Firefox\Profiles\<randomfoldername>\. The beauty of this is you can store other settings in it (like download location, remove favicons, disable annoying Javascript like windows resizing, and the list goes on) and back it up in case you format/uninstall.

about:config is really only a one-time thing, whereas a user.js file can be used anywhere, anytime simply by putting it into Firefox's application data directory.

More Info on Config Files (ala user.js)
More Tweaks For All You Power Users
 
The web page loading times were the only disappointing factor with Firefox. Now, that's sorted, it's better than ever.
 
Yeah, I've used this one before. It's a nice little tweak. After a while though, you've gotta check it to make sure the stats are still enabled. I've had FF reset them on me.
 
Event Horizon
I found this on another forum. worked great for speeding up firefox

If you want to increase the speed of your browsing with Firefox, follow these simple directions:

Open Firefox.
Type "about:config" in the adress bar (no quotation marks).
Find these options, double click each one and change to below values:

network.http.max-connections: 48

network.http.max-connections-per-server: 24

network.http.max-persistent-connections-per-proxy: 12

network.http.max-persistent-connections-per-server: 6

network.http.pipelining: true

network.http.pipelining.maxrequests: 32

network.http.proxy.pipelining: true

Close Firefox and enjoy the faster browsing.

Supercharged! :cool:

I changed that 48 to 72 to see what happens and it appears slightly faster.:)
 
Hmmm, I'd done this before but all the values seem to have reset. I'll have to check it every now and then like toyomatt84 suggested.
 
Maybe because I've had alot of errors and stuff lately and have had to reset alot of stuff.
 
Yeah, I had to reset them the other day. Now I checked them just then, and it's reset again. Certainly strange. I even had the thing Shannon posted done on mine, and that reset. Weird. Someone should try and figure out what causes the reset. :grumpy:

EDIT: May have found a reason for the reset. If you have the user.js file (the one that Shannon linked to), this may be causing the reset. It will not affect the speed, though. According to Shannon, what happens is Firefox reads the user.js file instead of the about:config settings. Combine that with the fact that there is no previous user.js file. What I'm thinking is that it's not saving the about:config settings, because these have no priority over the user.js file. Blake, I believe, has the user.js file, and his settings are being reset.

toyomatt84 -- Do you, by any chance, have the user.js file?
 
Yeah, I think you are right, I have the user.js file and my values are reset -- I haven't had any improper shutdowns or anything either.
 
Changed the values just as Event had posted them. And this has little effect. :indiff: Maybe its the 56k dial-up connection.
 
This "trick" is only really for broadband. It works my allowing Firefox to open more connections to a server and download more files at once.
 
Yes. Here are some slightly modified values I threw together:

network.http.max-connections: 48
network.http.max-connections-per-server: 24
network.http.max-persistent-connections-per-proxy: 16
network.http.max-persistent-connections-per-server: 8
network.http.pipelining: true
network.http.pipelining.maxrequests: 32
network.http.proxy.pipelining: true
nglayout.initialpaint.delay: 0


The last one is another tweak. nglayout is how long Firefox will wait until it starts rendering the page (by default it waits until some of the page has been downloaded before displaying it). Setting this value to zero negates that wait and begins rendering the page immediately. Doesn't actually speed up browsing, but makes it 'appear' faster. :P
 
Shannon
Yes. Here are some slightly modified values I threw together:

network.http.max-connections: 48
network.http.max-connections-per-server: 24
network.http.max-persistent-connections-per-proxy: 16
network.http.max-persistent-connections-per-server: 8
network.http.pipelining: true
network.http.pipelining.maxrequests: 32
network.http.proxy.pipelining: true
nglayout.initialpaint.delay: 0


The last one is another tweak. nglayout is how long Firefox will wait until it starts rendering the page (by default it waits until some of the page has been downloaded before displaying it). Setting this value to zero negates that wait and begins rendering the page immediately. Doesn't actually speed up browsing, but makes it 'appear' faster. :P

I don't know... I don't see that much of a difference?

:indiff: I couldn't do the last one... nglayout.initialpaint.delay: 0 because there wasn't one. I tried to add it but it didn't look right
 
I'm pretty sure that you would have to restart FF to notice any difference.
 
Back