CDN or seperate site to store static content?

Posted by marty on Server Fault See other posts from Server Fault or by marty
Published on 2011-01-01T01:03:45Z Indexed on 2011/01/01 1:55 UTC
Read the original article Hit count: 551

Filed under:
|

If I understand this correctly, I have two options for static files:

  1. Use a CDN and throw all my static files on it.
  2. Use a separate domain just to store the static files so users can download it simultaneously.

So I assume it is either one to choose or do i need a separate domain then use a CDN to get files from that domain? Because I assume even if I have a CDN I still need to have a local copy of the static content somewhere either on my main site or a static content site like static.domain.com?

© Server Fault or respective owner

Related posts about hosting

Related posts about cdn