Keep-Alives enabled, so why isn't there just one Initial Connection?
|
09-20-2011, 08:57 PM
(This post was last modified: 09-20-2011 09:01 PM by Marvin.)
Post: #1
|
|||
|
|||
Keep-Alives enabled, so why isn't there just one Initial Connection?
![]() Is there anything I can do to achieve just one Initial Connection, instead of several? http://www.webpagetest.org/result/110920...254569881/ Marvin |
|||
09-20-2011, 10:27 PM
Post: #2
|
|||
|
|||
RE: Keep-Alives enabled, so why isn't there just one Initial Connection?
Not without inlining everything into the base page and reducing the whole page to a single request. The additional connections actually help, otherwise each request would have to wait for the previous one to complete and the images would not be able to load in parallel.
|
|||
09-20-2011, 10:40 PM
Post: #3
|
|||
|
|||
RE: Keep-Alives enabled, so why isn't there just one Initial Connection?
Thanks for the explanation, Pat. So the "extra" connections are there to accommodate parallel downloads, and not because there's something wrong with my setup! I suspected that might have been the case, but I wasn't certain. :-)
Marvin |
|||
09-20-2011, 10:42 PM
Post: #4
|
|||
|
|||
RE: Keep-Alives enabled, so why isn't there just one Initial Connection?
Yep. IE7 would do up to 2 parallel connections per domain. IE8 and the rest of them do at least 6 per domain (as needed).
|
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)