April 11, 2012
A Content Delivery Network (CDN) is a service that makes your static content (images, CSS, Javascript) much faster. It’s a collection of servers located all around the world. When a browser loads static content, the request is automatically routed to a server physically closest to the browser. This makes the content load much faster. Because [...]