Rating:
MaxCDN is a content distribution network (CDN) for speeding up the delivery of static resources such as images, CSS files, and Javascript files. It does this in two ways. First they have FAST servers. And secondly, they have servers (called nodes) all around the world so that your content is delivered to your readers from the node closest to them. For years I shied away from implementing a CDN because I thought I was too small, and that the implementation would be difficult. But somehow I discovered MaxCDN and their pull zones. A pull zone CDN is the simplest to set up because you don’t need to upload your static assets (your images, etc.) to the CDN. The CDN does all the work by “pulling” the files from your server and then distributing them to their nodes. The easiest way to implement a CDN with a WordPress site is with my favorite caching plugin W3 Total Cache. If you want to know more about how to implement MaxCDN with the W3 Total Cache plugin, just let me know here.