Argo Smart Routing

Make Web Apps Faster with Intelligent Routing

Argo Smart Routing accelerates web applications by detecting and routing traffic around real-time network congestion. This results in faster loading times, increased reliability, and reduced costs. On average, it can make web applications 30% faster.
Faster Loading Times

Argo Smart Routing delivers web traffic over the quickest network paths available, resulting in noticeably faster app performance and an improved user experience. This can lead to increased user engagement, satisfaction, and conversion.

Enhanced Security and Reliability

Argo Smart Routing encrypts end-to-end traffic across the Cloudflare network, protecting web traffic from attackers and ensuring a secure experience for users. It also minimizes downtime and data loss.

Reduced Infrastructure Costs

Argo Smart Routing minimizes content requests to the origin server, reducing latency, server load, and bandwidth usage. It also offers tiered caching to increase cache hit rates, further lowering infrastructure costs and optimizing resource allocation.

Accelerate Web Apps with Intelligent Routing

Detect and route around real-time network congestion

Faster
Slower
Background Pattern

You can use Argo Smart Routing to:

See real-world examples of Cloudflare Argo Smart Routing

Explore More Use Cases

Web Application Acceleration

Argo Smart Routing accelerates web application performance by detecting and routing traffic around real-time network congestion. This results in faster loading times, increased reliability, and reduced costs.

E-commerce Performance Optimization

Argo Smart Routing helps e-commerce sites minimize latency, reduce cache miss rates, and deliver a better user experience. This increases customer satisfaction and can lead to higher sales.

Online Gaming Performance

Argo Smart Routing helps online gaming platforms reduce latency and improve responsiveness by routing traffic over the most reliable and fastest network paths. This results in a better gaming experience for users.

Content Delivery Optimization

Argo Smart Routing optimizes content delivery by intelligently routing traffic over the fastest network paths, reducing the load on origin servers, and minimizing content request times.

Integrate Argo Smart Routing

Code snippets for web app acceleration

Background Pattern
addEventListener('fetch', (event) => {
  event.respondWith(handleRequest(event.request));
});

async function handleRequest(request) {
  const response = await fetch(request, {
    cf: {
      argoSmartRouting: true,
    },
  });
  return response;
}
DoorDash

Spinning up a new website is now only a matter of minutes – simply add a project to the monorepo, provision Contentful accounts, setup a Cloudflare Worker, and you're off to the races!

Build without boundaries

Join thousands of developers who've eliminated infrastructure complexity and deployed globally with Cloudflare. Start building for free — no credit card required.