VYPR
advisoryPublished Jul 10, 2026· 1 source

Cloudflare Enhances Smart Tiered Cache for Public Cloud Origins

Cloudflare's Smart Tiered Cache now supports origins hosted on public cloud platforms by allowing users to specify a cloud region hint, improving cache efficiency and reducing latency.

Cloudflare has announced a significant enhancement to its Smart Tiered Cache feature, now enabling it to effectively support origins hosted behind public cloud providers like AWS, Google Cloud, Azure, and Oracle Cloud. This update addresses a long-standing limitation where the architecture of public cloud origins, often utilizing anycast or regional unicast networks, prevented optimal cache tier selection.

Previously, Smart Tiered Cache relied on direct latency probes to an origin IP address to determine the best Cloudflare data center to serve as the primary upper tier. However, public cloud origins often present a single IP address that appears equally close to numerous Cloudflare data centers simultaneously due to their distributed network front ends. This ambiguity meant that Smart Tiered Cache would default to a less efficient multi-tier fallback strategy, sacrificing cache hit ratios and potentially increasing latency.

The core of the new functionality lies in the introduction of a "cloud region hint." Users can now explicitly inform Cloudflare about the specific cloud region where their origin resides. This hint allows Cloudflare's system to intelligently map the origin to the correct geographical region, enabling it to select more appropriate primary and fallback upper tiers within its global network. This ensures that traffic is routed more directly and efficiently, minimizing unnecessary cross-continental "hairpinning" of requests.

Cloudflare highlighted a scenario where an origin in Singapore, behind a public cloud's anycast IP, could lead to a request from an Asian user being routed to a Cloudflare data center in Chicago (due to perceived low latency to the anycast IP) before fetching data from Singapore. This round trip across continents adds hundreds of milliseconds of latency. The new region hint feature directly combats this by ensuring the upper tier is geographically sensible relative to the actual origin location.

This enhancement builds upon Cloudflare's ongoing efforts to refine Smart Tiered Cache. Previous improvements included support for R2 object storage and integration with Cloudflare Load Balancing to optimize cache tiers for entire pools of origins. The overarching goal has consistently been to better understand and adapt to diverse customer origin infrastructures automatically.

The implementation involves a straightforward process within the Cloudflare dashboard. Administrators can navigate to Caching > Tiered Cache > Origin Configuration, locate their origin IP, and select the "Set Region Hint" option. From there, they can specify the cloud region, such as 'aws:us-east-1' or 'gcp:europe-west1'. This simple configuration step unlocks the performance benefits for users leveraging public cloud infrastructure.

By resolving the ambiguity posed by anycast IPs, Cloudflare's Smart Tiered Cache can now more effectively concentrate cache misses at a single, optimally chosen upper-tier data center. This leads to improved cache hit ratios, reduced load on origin servers, and a more consistent, lower-latency experience for end-users accessing content served from these cloud-hosted origins.

The update is particularly beneficial for organizations heavily reliant on AWS, GCP, Azure, and Oracle Cloud, where anycast front ends are common for load balancing and service delivery. It signifies Cloudflare's commitment to providing robust caching solutions that adapt to the evolving landscape of cloud-native application architectures.

Synthesized by Vypr AI