Tag Archives: http2

CDN Cache HIT vs MISS | TTL Strategy & DNS/TLS | CDNsun
01 Mar 2026
CDNsun and other CDNs sit between your users and your origin to reduce latency, increase throughput, and protect infrastructure from traffic spikes. But the real gains (or disappointments) come down to how a single request is routed, negotiated over TLS, evaluated for caching, and fetched from origin on a miss. This article walks through that end-to-end request path and the decisions that most affect performance and cache hit ratio. From URL to edge: DNS routing, connection reuse, and the TLS [...]
16 Nov 2023
In this post, we'll take you on a historical tour, exploring the evolution of HTTP from its humble beginnings to the cutting-edge HTTP/2. Join us as we unravel the technological advancements that have shaped the way we experience the web today. The story begins in 1991 with Tim Berners-Lee's vision for a simple protocol to accompany the nascent World Wide Web. HTTP/0.9 was born – a one-line protocol that facilitated the transfer of hypertext documents. Imagine a single ASCII string [...]
Monitoring CDN
20 Aug 2018
HTTP/2 is an improved HTTP protocol which was created to overcome the issues inherent in HTTP1.1. By deploying sites on HTTP/2, website administrators can improve performance, enhance efficiency, and reduce deployment complexity. The Internet we know today is built on the Hypertext Transfer Protocol (HTTP). Tim Berners Lee initiated the development of HTTP in 1989 while he was at CERN and with the creation of this protocol, the World Wide Web was born. Since its inception HTTP has enabled [...]