Domain aliasing vs edge side includes for CDN
I'm designing a web application to support use of a CDN in the future. Two options I've considered: Use domain aliasing for static content on the site, including CSS, JS, and some images. Use "edge side includes" to designate static content regions. (1) is simpler and I've implemented it before. For example, we would prefix each IMG...