Full-page caching

Make your dynamic site 10× 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.

One-click presets

Ready for your platform

Pick your CMS — we apply battle-tested bypass rules so logged-in users and carts stay live while everything else flies.

Wp

WordPress

Logged-in users, admin & comments stay dynamic.

Auto-configured bypass
/wp-admin/*
wordpress_logged_in
/wp-json/*
Wc

WooCommerce

Cart, checkout & account bypassed; products cached.

Auto-configured bypass
/cart, /checkout
woocommerce_cart_hash
/my-account/*
Ps

PrestaShop

Session and order flows protected end to end.

Auto-configured bypass
PrestaShop-* cookie
/admin*
/order*

Custom

Full control over cookie and path-based rules.

Auto-configured bypass
cookie patterns
path wildcards
query params
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>
In the box

Everything you need to go fast

Comprehensive tooling to accelerate any dynamic site — all from one dashboard.

Smart bypass rules

Cookie & path patterns with wildcards (cart_*, /admin/*) that skip the cache.

Image optimization

Automatic WebP, quality and max-dimension limits, optimized on the fly.

CSS & JS minification

Whitespace and comments stripped at the edge — your source untouched.

Script injection

Inject analytics or chat widgets at the edge, controlled per path.

Instant cache purge

Clear paths, prefixes or everything in seconds — via UI or API.

Custom domains

Your own domain with automatic SSL — point DNS and we handle it.

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
FAQ

Questions, answered

A standard CDN caches static assets like images, CSS and JavaScript. A Site Accelerator goes further and caches the full HTML page, so even a dynamic site built with WordPress or WooCommerce is served instantly from the edge — with smart rules to keep the personal parts dynamic.
No. Accelerator presets detect the cookies that mean a visitor has a cart or is logged in, and bypass the cache for those requests. Catalog pages stay cached and instant; cart, checkout and account pages stay live and personal.
WordPress, WooCommerce and PrestaShop have one-click presets that configure the right bypass rules automatically. There is also a custom mode for any other platform, where you define your own cookie and path rules.
No. Accelerators work at the edge, so there is nothing to install on your site. That means no plugin conflicts and no extra load on your server.
Logged-in users are detected by their session cookie and served fresh, uncached pages so they always see their own personalized view, while anonymous visitors get the fast cached version.

Ready to accelerate your site?

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