Full-Page Caching

Make your dynamic site 10x faster

Site Accelerators cache entire pages at the edge, turning database-heavy WordPress and e-commerce sites into blazing-fast static experiences. Your visitors get instant page loads while your origin server takes a break.

Ready for Your Platform

Pre-configured bypass rules for popular platforms. Just select your CMS and we handle the rest.

WordPress

Automatic bypass for logged-in users, admin areas, and comments.

  • wp-admin bypass
  • Logged-in detection
  • REST API excluded

WooCommerce

Smart cart & checkout handling while caching product pages.

  • Cart cookie detection
  • Checkout bypass
  • My Account excluded

PrestaShop

Optimized for PrestaShop's session handling and e-commerce flows.

  • Session handling
  • Admin excluded
  • Order flow protected

Custom Rules

Full control over cookie and path-based bypass rules for any platform.

  • Cookie patterns
  • Path wildcards
  • Full flexibility
Edge Side Includes

Cache pages, personalize fragments

With ESI (Edge Side Includes), you can cache the entire page while keeping dynamic elements like shopping carts fresh. Each fragment is cached independently with its own TTL.

Parallel Fragment Fetching

All fragments are fetched simultaneously, not sequentially.

Per-User Caching

Cache personalized fragments per session cookie.

Independent TTLs

Set different cache times for each fragment type.

product.php
<!-- Main page cached for 1 hour -->
<html>
<body>
  <header>
    <!-- Cart cached per-user for 60s -->
    <esi:include
      src="/fragments/cart"
      ttl="60"
      key="session" />
  </header>

  <main>
    <!-- Product details cached -->
    <h1>{{ $product->name }}</h1>
    <p>{{ $product->price }}</p>
  </main>

  <aside>
    <!-- Recently viewed cached per-user -->
    <esi:include
      src="/fragments/recent"
      ttl="300"
      key="session" />
  </aside>
</body>
</html>

Everything You Need

Comprehensive features to accelerate any dynamic website.

Smart Bypass Rules

Define cookie patterns and URL paths that should bypass the cache. Support for wildcards lets you create flexible rules like cart_* or /admin/*.

Image Optimization

Automatic WebP conversion for modern browsers, configurable quality settings, and max dimension constraints. Images are optimized on-the-fly at the edge.

CSS & JS Minification

Automatically minify CSS and JavaScript files at the edge. Remove whitespace, comments, and unnecessary characters without touching your source files.

Script Injection

Inject analytics, chat widgets, or custom scripts into your pages at the edge. Control which paths include which scripts with path exclusion rules.

Instant Cache Purge

Purge specific paths, prefixes, or the entire cache in seconds. API support for integration with your deployment pipeline.

Custom Domains

Use your own domain with automatic SSL certificate provisioning. Point your domain's DNS at us and we handle the rest.

Built-in Security

Protect your origin and your visitors with edge-level security features.

Free SSL

Automatic HTTPS with TLS 1.3 for all accelerators and custom domains.

IP Anonymization

GDPR-compliant IP masking or dropping in analytics logs.

Hotlink Protection

Control which domains can embed your content with referrer whitelisting.

Origin Shield

Reduce origin load by up to 99% with consolidated edge requests.

Cache Performance

Last 7 days
94.2%
Cache Hit Ratio
-68%
Origin Requests
Cache Hits 2.4M requests
Cache Misses 148K requests
Real-time Analytics

See what's happening at the edge

Comprehensive analytics show you exactly how your site is performing. Track cache hit ratios, bandwidth savings, geographic distribution, and top requested paths.

  • Real-time request monitoring
  • 7-day and 30-day historical views
  • Geographic traffic breakdown
  • Edge distribution metrics

Ready to accelerate your site?

Start your free trial today. Setup takes less than 5 minutes.