Can I trust this Fire fox x.x "speed-up"?

Place to talk about all that new hardware and decaying software you have.

Moderator: General Mods

Post Reply
neo_bahamut1985
-Burninated-
Posts: 871
Joined: Mon Sep 10, 2007 11:33 pm
Location: Unspecified

Can I trust this Fire fox x.x "speed-up"?

Post by neo_bahamut1985 »

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?
俺はテメエの倒す男だ! 宜しく! お前はもう死んでいる...
franpa
Gecko snack
Posts: 2374
Joined: Sun Aug 21, 2005 11:06 am
Location: Australia, QLD
Contact:

Post by franpa »

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.
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
neo_bahamut1985
-Burninated-
Posts: 871
Joined: Mon Sep 10, 2007 11:33 pm
Location: Unspecified

Post by neo_bahamut1985 »

I see, now let's say one turned it up to around 10, would that screw something up. If it means speeding up overall speed, would it be okay/safe to do?
俺はテメエの倒す男だ! 宜しく! お前はもう死んでいる...
franpa
Gecko snack
Posts: 2374
Joined: Sun Aug 21, 2005 11:06 am
Location: Australia, QLD
Contact:

Post by franpa »

read above, i edited it to be a bit more clear.

just try it, if it performs worse, then undo the changes.
Core i7 920 @ 2.66GHZ | ASUS P6T Motherboard | 8GB DDR3 1600 RAM | Gigabyte Geforce 760 4GB | Windows 10 Pro x64
neo_bahamut1985
-Burninated-
Posts: 871
Joined: Mon Sep 10, 2007 11:33 pm
Location: Unspecified

Post by neo_bahamut1985 »

I tried it, but no luck. Probably better not to mess with that stuff. Unless someone has a more effective way of speeding it up.
俺はテメエの倒す男だ! 宜しく! お前はもう死んでいる...
DEFIANT
Joystick Jedi
Posts: 228
Joined: Wed Jul 28, 2004 3:43 am
Location: Portland, Oregon - USA

Post by DEFIANT »

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", 8);

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]
Nightcrawler
Romhacking God
Posts: 922
Joined: Wed Jul 28, 2004 11:27 pm
Contact:

Post by Nightcrawler »

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.
[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.
neo_bahamut1985
-Burninated-
Posts: 871
Joined: Mon Sep 10, 2007 11:33 pm
Location: Unspecified

Post by neo_bahamut1985 »

In the event I make a change I want to reverse, is there a command to reverse said changes in the about:config?
俺はテメエの倒す男だ! 宜しく! お前はもう死んでいる...
ZH/Franky

Post by ZH/Franky »

Make a backup of the file containing these settings beforehand. Then if the changes you make fuck up firefox, you can just delete the config file and put the old one back in there.
Gil_Hamilton
Buzzkill Gil
Posts: 4294
Joined: Wed Jan 12, 2005 7:14 pm

Post by Gil_Hamilton »

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?
In Seamonkey, you can right-click one you've changed and select"reset".

I ass-u-me that Firefox handles it similarly.
odditude
Official tech support dood
Posts: 2118
Joined: Wed Jan 25, 2006 7:57 am

Post by odditude »

Gil_Hamilton wrote:
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?
In Seamonkey, you can right-click one you've changed and select"reset".

I ass-u-me that Firefox handles it similarly.
indeed it does.
Why yes, my shift key *IS* broken.
neo_bahamut1985
-Burninated-
Posts: 871
Joined: Mon Sep 10, 2007 11:33 pm
Location: Unspecified

Post by neo_bahamut1985 »

I finally got the thing to reset to the default settings. For a while, it screwed up more than it helped. Frankly, it works better on its normal settings IMHO.
俺はテメエの倒す男だ! 宜しく! お前はもう死んでいる...
paulguy
Zealot
Posts: 1076
Joined: Sat Jul 02, 2005 2:01 am
Contact:

Post by paulguy »

if it's suddenly slow, you should try to fix the problem, rather than tweaking something unrelated to compensate.
neo_bahamut1985
-Burninated-
Posts: 871
Joined: Mon Sep 10, 2007 11:33 pm
Location: Unspecified

Post by neo_bahamut1985 »

I had to reset the settings; remind to never screw with those settings again. Those so-called "speed up Fire fox" guides are BS.
俺はテメエの倒す男だ! 宜しく! お前はもう死んでいる...
DEFIANT
Joystick Jedi
Posts: 228
Joined: Wed Jul 28, 2004 3:43 am
Location: Portland, Oregon - USA

Post by DEFIANT »

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

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]
neo_bahamut1985
-Burninated-
Posts: 871
Joined: Mon Sep 10, 2007 11:33 pm
Location: Unspecified

Post by neo_bahamut1985 »

I think it's better not to mess with the settings, you know? Some things are not meant to be screwed around with IMHO. Understanding the deep, dark secrets of the Internet is not my forté.
俺はテメエの倒す男だ! 宜しく! お前はもう死んでいる...
DEFIANT
Joystick Jedi
Posts: 228
Joined: Wed Jul 28, 2004 3:43 am
Location: Portland, Oregon - USA

Post by DEFIANT »

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]
DancemasterGlenn
Veteran
Posts: 637
Joined: Sat Apr 21, 2007 8:05 pm

Post by DancemasterGlenn »

For what it's worth, changing those settings were never, ever a problem for me. And the speed increase was pretty snazzy (back in firefox 2, at least... haven't gotten around to trying it in 3 yet).

It does help to have some idea of what you're doing, however.
I bring the trouble.
Post Reply