.:: Bots United ::.

.:: Bots United ::. (http://forums.bots-united.com/index.php)
-   Offtopic (http://forums.bots-united.com/forumdisplay.php?f=23)
-   -   FireFox Speed Tweaks (http://forums.bots-united.com/showthread.php?t=3649)

Brainz 25-02-2005 05:53

FireFox Speed Tweaks
 
Quote:

Got this in from a friend. I know this works with the latest version of Firefox web browser. I did this and Firefox is a helluvalot faster now. Use this at your own risk.
----------------
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(you might not have them all):

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.
Got this from a friend on anothe forum.

Whistler 25-02-2005 10:07

Re: FireFox Speed Tweaks
 
thanks :)

maybe they should add something in the options dialog box to add this in :)

btw, here is a detailed reference about those options in about:config:
http://www.mozilla.org/quality/netwo.../netprefs.html

Rick 25-02-2005 10:23

Re: FireFox Speed Tweaks
 
Quote:

Set "network.http.pipelining.maxrequests" to some number like 30. This means it will make 30 requests at once.
I have no experience with this, but some people are saying this might ban you from some servers(to many requests at once).

Whistler 25-02-2005 11:46

Re: FireFox Speed Tweaks
 
btw, if you want to make this default, just modify greprefs/all.js and search for the item, and you may distribute your modified version. (but make sure you replaced all images in the official binaries and remove all firefox logos, or you build the source yourself)

Brainz 25-02-2005 11:48

Re: FireFox Speed Tweaks
 
Quote:

Originally Posted by Rick
I have no experience with this, but some people are saying this might ban you from some servers(to many requests at once).

well, apparently the maximum value for this is 8 anyway, anything above that FF just reads as the maximum.

Whistler 25-02-2005 13:34

Re: FireFox Speed Tweaks
 
1 Attachment(s)
I've found this in the Mozilla preferences dialog... (but not sure about Firefox as I don't use it) it seems to be the same as above

Whistler 25-02-2005 13:42

Re: FireFox Speed Tweaks
 
Quote:

Originally Posted by Brainz
well, apparently the maximum value for this is 8 anyway, anything above that FF just reads as the maximum.

True.

PHP Code:

// hard upper limit on the number of requests that can be pipelined
#define NS_HTTP_MAX_PIPELINED_REQUESTS 8 


>BKA< T Wrecks 25-02-2005 14:36

Re: FireFox Speed Tweaks
 
Thanks guys, I'm gonna try and see if I notice a change. =)

Brainz 25-02-2005 23:14

Re: FireFox Speed Tweaks
 
Quote:

Originally Posted by >BKA< T Wrecks
Thanks guys, I'm gonna try and see if I notice a change. =)

I'm pretty sure you will. Given a capable connedction, that is. I certainly did. It's especially noticable on somewhere with lots of images, like a Google image search.

>BKA< T Wrecks 26-02-2005 00:11

Re: FireFox Speed Tweaks
 
Damn, you're right. I just checked a city journal in one of the SimCity forums I visit regularly. Such forum threads are ideal, because they are pretty long and con contain many pictures on one page. And boy, this was fast! 8o

Thx again for sharing your knowledge. :)


All times are GMT +2. The time now is 13:34.

Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.