This week we took a big step for our blogging application and started using a content delivery network (CDN) to serve most of the "static assets"--files like images, CSS, and JavaScript that don't change very often. A CDN is a set of interconnected data centers that are placed all over the world, each caching files and delivering them to geographically nearby web browsers.
CDNs are a boon for website performance for a number of reasons:
Matt Riggott's article: Using Google App Engine as Your Own Content Delivery Network
CDNs are a boon for website performance for a number of reasons:
- Compendium Blogware's web servers no longer bear the burden for serving the files.
- The files are replicated all around the world, making the files download much faster than if it was served from a single server.
- Since CDNs have multiple data centers, they are more robust in the face of network outages, etc.
Matt Riggott's article: Using Google App Engine as Your Own Content Delivery Network































Comments for A Content Delivery Network for the Masses
Leave a comment