Hello All,
From what I understand, IE browser 8 allows up to 6 connections.
From the page test below, the waterfall starts off around 6 parrallel downloads and then kind of starts dropping off in numbers of parrallel
connections.
Scroll down to the connection view waterfall and you can see that it is fully using 6 parallel connections to your domain (it is 6 connections per FQDN, not total). The other domains have fewer because there just aren’t enough resources coming from them to need more.
Yes, I’m aware of the images not being compressed. It was an marketing decision to keep it that way.
I’m was just concerned about the waterfall parallel connections as it looked like it went drop from 6 downward.
Looking at the connection view, it shows 7 connections to “www.qad.com”.
I’m assuming you’re only counting 6 for the static resources, correct?
Also do you know what the green line is for at the 2 second mark of the waterfall means?
Do you know of a page that helps interprets all the results on webpagetest?
The limit is 6 parallel connections open at any given point in time, not for the life of the page load. I’m not sure why #2 wasn’t re-used but it opened up additional connections instead.
The green line is the start render time (the point at which something was first displayed on the screen).
Thanks. What you explained makes perfect sense. The only thing that can be confusing is in the water fall, there are 6 parallel connections, but why does it seem that the TTFB is not received at the same time or is it NOT suppose to be?
ex) you see #15-#20, the FFTB is received around the same time, but farther down the water fall, #178 to #183 FFTB seems to be received NOT around the same time.
Maybe I"m over thinking this, but do you have any thoughts on my observation?
As each piece of content downloads on each connection they start getting out of alignment (because it takes different amounts of time to download each resource). Even if they were all identical sizes there would still be some level of contention.
That’s a long way of saying “you’re over thinking it”