I read once that hosting images on a different domain could be a faster way to serve images to a user and a faster way to paint the website.
Example:
www contentwebsite com
www imagewebsite com
Content on contentwebsite com/somepage would look like:
<p>This is a paragraph blah blah</p>
<img src="www imagewebsite com/this-is-an-image>
If one had a super fast web provider for both sites, but perhaps different hosts such that:
www contentwebsite com is on say, GoogleCDN
www imagewebsite com is perhaps on FASTLY CDN
The theory here is that the css, js, content is served from one set of servers and the images from another.
Would this result in serving pages and painting pages faster to the end user?


LinkBack URL
About LinkBacks
Reply With Quote


