Can I trust this Fire fox x.x "speed-up"?
Moderator: General Mods
-
- -Burninated-
- Posts: 871
- Joined: Mon Sep 10, 2007 11:33 pm
- Location: Unspecified
Can I trust this Fire fox x.x "speed-up"?
Okay, lately, the net has been running very slow (especially the past couple of days) and I have cable internet (no dial for me, thank goodness) and I stumble upon this http://howto.helpero.com/howto/Speed-Up-Firefox_31.html ..Supposedly a tutorial that teaches you how to alter the HTTP pipeline settings and supposedly have faster overall speed. Is it risky? Is it worth it? Are there any adverse side effects for doing so?
俺はテメエの倒す男だ! 宜しく! お前はもう死んでいる...
Pipelining means it makes requests without waiting for the site to respond, so it can result in pages not loading and other things, especially on servers that don't like it at all.
like downloading a file, every 10 seconds it might request the file untill it starts downloading instead of just requesting it once and waiting.
like downloading a file, every 10 seconds it might request the file untill it starts downloading instead of just requesting it once and waiting.
Last edited by franpa on Thu Jun 26, 2008 2:39 am, edited 1 time in total.
Core i7 920 @ 2.66GHZ | ASUS P6T Motherboard | 8GB DDR3 1600 RAM | Gigabyte Geforce 760 4GB | Windows 10 Pro x64
-
- -Burninated-
- Posts: 871
- Joined: Mon Sep 10, 2007 11:33 pm
- Location: Unspecified
-
- -Burninated-
- Posts: 871
- Joined: Mon Sep 10, 2007 11:33 pm
- Location: Unspecified
The setting is hard coded at 8 requests. You can set it higher if you like, but it will only be read at 8 and no more. (default is 4 and its turned off):
Use these in your user.js file if you want to enable them (I don't recommend):
user_pref("network.http.pipelining", true);
user_pref("network.http.proxy.pipelining", true);
user_pref("network.http.pipelining.maxrequests",
;
Some sites don't like this turned on and will perform poorly, especially with picture downloads(ie not showing up).
If you want to tweak Firefox's network settings, try these settings with no ill effects (its what I use):
////Network Tweaks
user_pref("network.prefetch-next", false);
user_pref("network.http.max-connections", 32);
user_pref("network.http.max-connections-per-server", 32);
user_pref("network.http.max-persistent-connections-per-proxy", 32);
user_pref("network.http.max-persistent-connections-per-server", 32);
user_pref("nglayout.initialpaint.delay", 0);
(do not go above 32 or some sites will think your trying to ddos them)
Place this in a file called user.js and then move the file to you profile folder, usually :
C:\Documents and Settings\*\Application Data\Mozilla\Firefox\Profiles\*
That is, if your running Windows XP.
Here is a list of settings you can research of just check on what I've posted:
http://kb.mozillazine.org/About:co ... etwork..2A
Hope this helps.
Use these in your user.js file if you want to enable them (I don't recommend):
user_pref("network.http.pipelining", true);
user_pref("network.http.proxy.pipelining", true);
user_pref("network.http.pipelining.maxrequests",

Some sites don't like this turned on and will perform poorly, especially with picture downloads(ie not showing up).
If you want to tweak Firefox's network settings, try these settings with no ill effects (its what I use):
////Network Tweaks
user_pref("network.prefetch-next", false);
user_pref("network.http.max-connections", 32);
user_pref("network.http.max-connections-per-server", 32);
user_pref("network.http.max-persistent-connections-per-proxy", 32);
user_pref("network.http.max-persistent-connections-per-server", 32);
user_pref("nglayout.initialpaint.delay", 0);
(do not go above 32 or some sites will think your trying to ddos them)
Place this in a file called user.js and then move the file to you profile folder, usually :
C:\Documents and Settings\*\Application Data\Mozilla\Firefox\Profiles\*
That is, if your running Windows XP.
Here is a list of settings you can research of just check on what I've posted:
http://kb.mozillazine.org/About:co ... etwork..2A
Hope this helps.
[img]http://img259.imageshack.us/img259/2365/pirateuserbartv2.jpg[/img]
E=mc²
"People should not be afraid of their governments, governments should be afraid of their people." -V
[url=http://sc2.sourceforge.net/]The Ur-Quan Masters[/url]
E=mc²
"People should not be afraid of their governments, governments should be afraid of their people." -V
[url=http://sc2.sourceforge.net/]The Ur-Quan Masters[/url]
-
- Romhacking God
- Posts: 922
- Joined: Wed Jul 28, 2004 11:27 pm
- Contact:
RHDN for example will refuse any IP trying to establish more than x simultaneous connections and y connection attempts per second (I forgot what I have the server to set to off hand). I imagine you will run into other sites with connection limits in place like that. The result will be either timeouts or seemingly very slow connections.
I would advise against making this change. It's probably not a good idea. It's not really going to benefit you much.
I would advise against making this change. It's probably not a good idea. It's not really going to benefit you much.
[url=http://transcorp.romhacking.net]TransCorp[/url] - Home of the Dual Orb 2, Cho Mahou Tairyku Wozz, and Emerald Dragon SFC/SNES translations.
[url=http://www.romhacking.net]ROMhacking.net[/url] - The central hub of the ROM hacking community.
[url=http://www.romhacking.net]ROMhacking.net[/url] - The central hub of the ROM hacking community.
-
- -Burninated-
- Posts: 871
- Joined: Mon Sep 10, 2007 11:33 pm
- Location: Unspecified
-
- Buzzkill Gil
- Posts: 4295
- Joined: Wed Jan 12, 2005 7:14 pm
indeed it does.Gil_Hamilton wrote:In Seamonkey, you can right-click one you've changed and select"reset".neo_bahamut1985 wrote:In the event I make a change I want to reverse, is there a command to reverse said changes in the about:config?
I ass-u-me that Firefox handles it similarly.
Why yes, my shift key *IS* broken.
-
- -Burninated-
- Posts: 871
- Joined: Mon Sep 10, 2007 11:33 pm
- Location: Unspecified
-
- -Burninated-
- Posts: 871
- Joined: Mon Sep 10, 2007 11:33 pm
- Location: Unspecified
I have no problem what so ever browsing RHDN. I've found that at my current network settings of 32, I have encountered 0 problems sailing sites. And I frequent a lot of different sites.Nightcrawler wrote:RHDN for example will refuse any IP trying to establish more than x simultaneous connections and y connection attempts per second (I forgot what I have the server to set to off hand). I imagine you will run into other sites with connection limits in place like that. The result will be either timeouts or seemingly very slow connections.
I would advise against making this change. It's probably not a good idea. It's not really going to benefit you much.
Let's be honest, The only reason you say not to change anything, is because of people like me who push hammering severs to their max. Frankly...I honestly don't care. As long as I can connect, I find zero flaws in that logic. Until I encounter a site that refuses me access based solely on my network tweaks, I see no reason to change it.
Neo, sorry your having troubles, but don't bash those tweaks solely on your inexperience. They work at what they do.
Last edited by DEFIANT on Tue Jul 01, 2008 12:11 am, edited 1 time in total.
[img]http://img259.imageshack.us/img259/2365/pirateuserbartv2.jpg[/img]
E=mc²
"People should not be afraid of their governments, governments should be afraid of their people." -V
[url=http://sc2.sourceforge.net/]The Ur-Quan Masters[/url]
E=mc²
"People should not be afraid of their governments, governments should be afraid of their people." -V
[url=http://sc2.sourceforge.net/]The Ur-Quan Masters[/url]
-
- -Burninated-
- Posts: 871
- Joined: Mon Sep 10, 2007 11:33 pm
- Location: Unspecified
Well I can respect that. Though, if you change your mind and need to know some dark secrets about Firefox, I'll be around.
[img]http://img259.imageshack.us/img259/2365/pirateuserbartv2.jpg[/img]
E=mc²
"People should not be afraid of their governments, governments should be afraid of their people." -V
[url=http://sc2.sourceforge.net/]The Ur-Quan Masters[/url]
E=mc²
"People should not be afraid of their governments, governments should be afraid of their people." -V
[url=http://sc2.sourceforge.net/]The Ur-Quan Masters[/url]
-
- Veteran
- Posts: 637
- Joined: Sat Apr 21, 2007 8:05 pm