Cloudflare Demo Shop

Argo Smart Routing

Route every cache-miss request across Cloudflare's private backbone using the fastest path right now — not the path BGP picks. Typically 30%+ TTFB improvement on dynamic traffic.

Why does dynamic content still feel slow even when you have a CDN?

CDNs help cached content. But every login, search, and API call still has to reach your origin — and BGP routing across the public internet is famously suboptimal. A request from Sydney to your origin in Virginia might cross three transit providers, hit congestion in Singapore, and take 400ms more than it needed to. Caching can't fix that, because the response isn't cacheable.

How it fits together

Diagram coming soon

Architecture diagram for this solution will be added here.

How Cloudflare solves it

Common questions

How is this different from regular Cloudflare CDN routing?
The standard CDN routes you to the closest edge (anycast). From there to your origin, traffic goes over the public internet via standard BGP. Argo replaces that origin-bound leg with intelligent backbone routing — same closest-edge for the user, much faster path from there to your origin.
Does Argo work with Smart Routing for connections that aren't cached?
Argo specifically targets cache-miss traffic — that's the whole point. Cached requests don't need it (they never reach the origin).
What about Argo Tunnel — is that the same thing?
No. Argo *Tunnel* (now called Cloudflare Tunnel) is a different product: it's an outbound connector from your origin that creates a secure private link to Cloudflare without opening firewall ports. Argo *Smart Routing* is the path-optimization product. They can be used together.
Will Argo help with WebSocket / long-lived connections?
Yes. WebSockets and gRPC streams benefit too — the route stays optimized for the lifetime of the connection. WebSocket clients in Asia connecting to origins in US/EU see substantial improvements.

Try it live

Demo coming soon

An interactive demo for Argo Smart Routing is being built. In the meantime, check the "Dive Deeper" section below for the official docs and product blogs.

Docs & blogs

← Back to all solutions