speeding up website load using multiple servers/domains
Posted
by Mohammad
on Stack Overflow
See other posts from Stack Overflow
or by Mohammad
Published on 2010-03-11T16:42:28Z
Indexed on
2010/03/11
18:29 UTC
Read the original article
Hit count: 384
When Yahoo! developer guide says "Deploying your content across multiple, geographically dispersed servers will make your pages load faster from the user's perspective".
And as an explanation I read somewhere, that browsers will load up to 5 things simultaneously from the same domain.
Would a subdomain, for example cdn.example.com
be considered a new domain, in the previous statement?
© Stack Overflow or respective owner