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.
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.
WordPress
Logged-in users, admin & comments stay dynamic.
WooCommerce
Cart, checkout & account bypassed; products cached.
PrestaShop
Session and order flows protected end to end.
Custom
Full control over cookie and path-based rules.
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.
<!-- 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 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 daysSee 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
Questions, answered
Ready to accelerate your site?
Start your free trial today. Setup takes less than 5 minutes.