Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Development Tools Front End Web Optimization Workflow Why Performance Matters How the Web Works

Loris Guerra
Loris Guerra
17,536 Points

What does the teacher mean?

What does the teacher means at 02:27 when he says:

"..it first loads any request past the initial allotment is held in weight" ?

Is the Video Transcript correct?

1 Answer

andren
andren
28,558 Points

No, the transcript is not quite correct. The transcription has mixed up some of the words he is saying, as he pronounces them somewhat ambiguously.

This is what he actually says around that time in the video:

So this means that at first load any request past that initial allotment is held in wait, resulting in a cascading waterfall of blocked requests.

I have highlighted the main words that were changed in the transcript. The meaning of his words is that IE7 which could only make 2 web connections at a time would have to wait to start any connections beyond those two until one of them finished. Which slowed it down quite a bit if a webpage required many separate connections to load.