Skip to content

Accelerate Guru Documentation

The fastest Magento edge on the planet. Rust-powered, zero-patch, near-100 Lighthouse in 60 seconds.

Welcome to the complete reference for Accelerate Guru — the drop-in reverse proxy that transforms slow Magento stores into lightning-fast, hardened, globally-distributed experiences. This documentation covers every configuration key, every installation path, and every feature in depth.


#Getting started

IntroductionWhat Accelerate Guru is, why it exists, and what it changes — with benchmarks and a comparison table
Quick StartFrom zero to near-100 Lighthouse in 60 seconds — the fastest path
InstallationFull install guides for Linux, macOS, FreeBSD, and Docker
DragonflyDB SetupInstall and configure the required caching layer

#Configuration

Configuration ReferenceEvery [section] and key in magento_ultra.ini, with types, defaults, and examples

#Feature deep-dives

FeatureDescription
DragonflyDB PowerHow page caching, MySQL query caching, and real-time invalidation work
Smart WAF & SecurityBot detection, request scoring, blocklist management, admin protection
Edge Image PipelineAVIF encoding, compression ladder (zstd/brotli/gzip), LCP optimisation
Domain MaskingMulti-store, multi-country, white-label — one Magento, many identities
Smart SpeculationBrowser prerender and prefetch hints that load the next page before the click
SSE Service WorkerReal-time browser cache invalidation via Server-Sent Events
Global Edge DeploymentRunning a fleet of edge nodes worldwide with a single Magento origin

#Operations

Testing & BenchmarkingHow to measure your gains with PageSpeed Insights and Lighthouse
Diagnostics & TroubleshootingLogs, the --check command, the stats dashboard, common errors
FAQFrequently asked questions

#At a glance

Browser / CDN
      │
      ▼
┌─────────────────────────────────┐
│        Accelerate Guru          │  ← Rust edge, 1 ms overhead
│  WAF · Cache · Images · SW · TLS│
└─────────────┬───────────────────┘
              │  cache miss only (~5-10% of requests)
              ▼
       Magento / Adobe Commerce
              │
              ▼
       DragonflyDB (MySQL cache)

On a warm cache, 90–95% of page requests never reach Magento. The edge answers directly from DragonflyDB in under 2 ms. Images are served pre-encoded as AVIF. Assets are pre-compressed as zstd. The browser has a service worker that caches assets locally and refreshes them the moment the price changes — without a manual purge.