Personal Development for Smart People Forums

Personal Development for Smart PeopleTM Forums

 

Go Back   Personal Development for Smart People Forums > Personal Development > Technology & Technical Skills

Notices

Technology & Technical Skills Computer skills, hardware, software, internet topics, gadgets, programming

Reply
 
Thread Tools Display Modes
Old 01-02-2007, 05:24 PM   #1 (permalink)
Senior Member
 
Join Date: Jan 2007
Posts: 330
ticktockclok is on a distinguished road
Default Speed up Your Connection in 30 Seconds!

1) Type about:config into the address bar.
2) Type "pipelining" into the "Filter" entry area.
3) Double click on network.http.pipelining to set it to true.
4) Double click on network.http.proxy.pipelining to set it to true.
5) Double click on network.http.pipelining.maxrequests and set it to 30.

It won't speed up your connection, but you will load pages must faster. I don't know if this works in Internet Explorer or Opera, since I'm doing this in Firefox. There probably is a way to do it, however.

Try it out!
ticktockclok is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 01-02-2007, 05:29 PM   #2 (permalink)
Banned
 
Join Date: Nov 2006
Location: The Darkness / The Never
Posts: 1,673
Akashic_Librarian is on a distinguished road
Default

hey thats cool. I can't seem to get it to work on Opera. If someone could help with this I would appreciate it.
Akashic_Librarian is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 01-02-2007, 05:51 PM   #3 (permalink)
Senior Member
 
Join Date: Nov 2006
Location: Logan, UT
Posts: 357
Adam is on a distinguished road
Default

That is a Firefox only trick, unfortunately.

It doesn't work for people with dialup connections (the default pipeline max-requests is 5 or 10, which is the maximum that a dialup connection can handle), but people with faster connections than a typical DSL/Cable connection can boost this number even higher than 30... but if you're already faster than DSL, then you don't really need to worry about page load speeds, now do you?

I don't know if these types of settings are available to people running Opera or other browsers, but it is very unlikely that anybody will be able to get to these settings by using About:Config. These settings are completely unavailable to anyone using Internet Explorer or any other browser using the Trident engine.
Adam is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 01-02-2007, 06:57 PM   #4 (permalink)
Senior Member
 
Join Date: Nov 2006
Posts: 521
Lucas is on a distinguished road
Default

If you are scared to manually edit it, the FasterFox extension enables these and a few more, as well as a prefetching option.
Lucas is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 01-02-2007, 08:14 PM   #5 (permalink)
Senior Member
 
Join Date: Nov 2006
Location: Des Moines, IA, USA
Posts: 239
gberardi is on a distinguished road
Default

Quote:
Originally Posted by ticktockclok View Post
1)
It won't speed up your connection, but you will load pages must faster. I don't know if this works in Internet Explorer or Opera, since I'm doing this in Firefox. There probably is a way to do it, however.

Try it out!
I would be careful. I remember when I first heard about similar speed tricks and was warned that it can actually put a huge load on the server, which would make me a poor netizen.
gberardi is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 01-02-2007, 11:19 PM   #6 (permalink)
Senior Member
 
Join Date: Nov 2006
Posts: 336
Minsc is on a distinguished road
Default

Quote:
Originally Posted by Adam View Post
These settings are completely unavailable to anyone using Internet Explorer
They're in the registry somewhere(they're different settings but they speed up the connection).

IE Registry Tweaks | the scream !
And here's a program: SpeedGuide.net :: TCP Optimizer / Downloads
Hacking Windows XP: Speed Up Your Network and Internet Connection: Increasing network browsing speed

Last edited by Minsc; 01-02-2007 at 11:26 PM.
Minsc is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 01-02-2007, 11:41 PM   #7 (permalink)
Member
 
Join Date: Nov 2006
Location: Source
Posts: 82
Reyv is on a distinguished road
Default

Opera does it by default.
Firefox can do it, but is disabled by default.
IE can't do it.

Quote:
Opera pipelines by default - and uses heuristics to control the level of pipelining employed depending on the server Opera is connected to. In Firefox, pipelining is OFF by default and needs to be turned on (see about:config[1]), Firefox also uses some heuristics, especially to turn pipelining OFF for IIS servers. IE doesn't pipeline at all.
Source: Opera Browser Wiki :: The HTTP/1.1 Protocol
Reyv is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 01-03-2007, 02:32 AM   #8 (permalink)
Senior Member
 
Join Date: Nov 2006
Posts: 325
Baltar is on a distinguished road
Default

You need to be careful with those and other related settings. Here's some info from the Firefox Tweak Guide.

Quote:
network.http.pipelining [Boolean] (True) - If set to True, this setting uses the HTTP Pipelining feature supported by some servers and proxies. This can improve browsing speeds, however because the feature is not supported by all servers you may experience problems on some sites with it enabled. I recommend setting this to True and only disabling it if you experience problems such as refused connections or unusual behavior.

network.http.pipelining.maxrequests [Integer] (8) - This setting determines the maximum number of requests to send when using the HTTP Pipelining feature (see above). The default is 4, and the maximum possible is 8 (higher values are ignored), while a value of 1 disables pipelining. I recommend setting this to 8 and only reducing it back to 4 if you experience any problems with the Pipelining feature.

network.http.max-connections-per-server [Integer] (16) - This setting determines how many simultaneous connections can be made to a single server. The default is 8, however you can increase the value for broadband connections to something like 16 or 32 to attempt to increase browsing speed. The maximum is 255, however note that raising this setting to a high value (in conjunction with a high value for the network.http.max-persistent-connections-per-.* settings below) may be construed as a DDoS (Distributed Denial of Service) attack by some servers and your connection may be refused or even permanently banned. I strongly suggest that you keep this value sane. Simply increasing the number of connections to a server doesn't necessarily make things any faster, and indeed if every Firefox user does this then overall most sites will become slower.

network.http.max-persistent-connections-per-server [Integer] (8) - If you are not connected to a proxy, this setting determines how many connections to a single server to keep alive at any time. The default is 2, however you can attempt a higher value such as 8 to improve browsing efficiency. The maximum possible is 255, and as mentioned in the settings above, raising this to a very high value will put stress on the particular websites you are connected to and will either result in a refused connection, or slower response times from the web page for every person trying to connect to it. Do not raise this value to one which is very high as it is inconsiderate and counter-productive if everyone does so.
Baltar is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Photoreading Chris Personal Effectiveness 180 10-03-2011 11:01 PM
Speed dating: How do you answer the question: What do you do? Horizon'sEdge Social & Relationships 17 02-06-2010 02:25 PM
The Daily Workout Thread :D Hsiang-Lin Health & Fitness 266 02-01-2007 05:20 PM


All times are GMT. The time now is 05:00 AM.


Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.1.0
Copyright © 2010 by Pavlina LLC