Is there a generally accepted maximum number of http requests for a web page load?

Posted by MorganTiley on Programmers See other posts from Programmers or by MorganTiley
Published on 2012-10-26T14:49:27Z Indexed on 2012/10/26 17:18 UTC
Read the original article Hit count: 194

Filed under:

I'm looking into optimizing my web application's client side performance but cannot figure out a good goal for # of http requests for a page.

How does YSlow calculate the grade? This doesn't seem to be documented.

Also it seems many sites like linkedin.com, amazon.com get an F grade but the page still loads quite fast. How does it fail but still perform well?

Gmail get's an A grade and it has 43 unprimed/10 primed requests.

© Programmers or respective owner

Related posts about website-performance