CDN or seperate site to store static content?
- by marty
If I understand this correctly, I have two options for static files:
Use a CDN and throw all my static files on it.
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?