How many HTTP requests the browser can process on one html page. Their popular saying is that the browser can only process a specific HTTP request from one domain, and therefore it is better to create a static domain (cdn). so an HTTP request can be split between two domains.
q1) How many HTTP requests can the browser process on a single html page, or at least at a saturation point (say 1000 requests)?
q2) How many HTTP requests from a single domain name can a browser display (say, 100 from the same domain name)?
also any suggestions on best practices !!!
source share