Validate if web resource is served from AKAMAI (CDN)?
Learn how to validate if web resource like HTML, CSS, JS and images are served from AKAMAI (CDN) using custom PRAGMA header.
Learn how to validate if web resource like HTML, CSS, JS and images are served from AKAMAI (CDN) using custom PRAGMA header.
What? You heard it right!! CDN implementation uses concept of Reverse Proxy Server.
Cashing on CDN hosts like Microsoft, Google etc., for referencing jQuery & similar libraries is good performance optimization solution particularly for rich interactive web applications . However, consider a worst case scenario where CDN network is down…
There’s no reason not to use a CDN service like such as Akamai, Amazon CloudFront or Windows Azure, especially when most of end-user response time is spent downloading static resources like images, css and scripts. Regardless of…
Content Delivery Network (CDN) is network of geographically distributed multiple data centers with aim to serve end-user with higher availability and performance. Contents are served to end-user user from the nearest available data center. Apart from this, CDNs…