What is a CDN?
Content Delivery Networks (CDNs) are a network of servers distributed all over the globe that locally store static files like images, CSS, HTML, and Javascript. When a web browser requests a locally stored file, it can be sent to the end-user from the closest CDN server. This is faster than retrieving the file from the web server, which may not be as geographically close. This typically results in faster page loading, less downtime, and lower bounce rates.