Wednesday, November 29, 2006

Web Page Performance Research

Interesting article on YUI blog about web site performance:

Popular web sites spend between 5% and 38% of the time downloading the HTML document. The other 62% to 95% of the time is spent making HTTP requests to fetch all the components in that HTML document (i.e. images, scripts, and stylesheets). The impact of having many components in the page is exacerbated by the fact that browsers download only two or four components in parallel per hostname, depending on the HTTP version of the response and the user’s browser.

0 Comments:

Post a Comment

<< Home