Skip to content

2 sites for $49.99 ·

AcceleratorWP

Your WordPress site loads
WooCommerce
on every request. We fix that.

AcceleratorWP inspects each incoming request and only boots the plugins it actually needs. WooCommerce doesn't run on your About page. Wordfence doesn't wake for a JSON feed. A 5-minute setup wizard turns plugin-heavy WordPress sites into ones that feel light again.

Updates & Support included

Plugin Skipper

A cron job doesn't need your SEO plugin. Loads only the plugins each request actually needs.

Hook Pruner

Strips out the thousands of unused callbacks plugins register on every request.

Asset Dequeue

Removes unused plugin CSS and JS from pages where nothing uses them.

Options Guard

Tames the bloated options table WordPress loads on every page.

Router Trie

Replaces WordPress's slow regex URL matching with an instant tree lookup.

Query Memoizer

Repeated database queries inside a request return the cached result instead of hitting the DB.

Write Coalescer

Combines 20 option updates in a single request into one database write.

Meta Sidecar

Maintains an indexed companion table for slow meta_query lookups.

Meta Query Rewriter

Reroutes slow WooCommerce-style meta queries to the indexed sidecar. 10–100x speedups.

Translation Precompiler

Compiles .mo files ahead of time instead of parsing them on every page load.

Cron Decoupler

Stops visitor requests from triggering background jobs. The frontend stays clean.

AJAX Isolator

Strips unrelated plugins out while a specific admin-ajax call runs. Major speedup on light endpoints.

Plugin Skipper

A cron job doesn't need your SEO plugin. Loads only the plugins each request actually needs.

Hook Pruner

Strips out the thousands of unused callbacks plugins register on every request.

Asset Dequeue

Removes unused plugin CSS and JS from pages where nothing uses them.

Options Guard

Tames the bloated options table WordPress loads on every page.

Router Trie

Replaces WordPress's slow regex URL matching with an instant tree lookup.

Query Memoizer

Repeated database queries inside a request return the cached result instead of hitting the DB.

Write Coalescer

Combines 20 option updates in a single request into one database write.

Meta Sidecar

Maintains an indexed companion table for slow meta_query lookups.

Meta Query Rewriter

Reroutes slow WooCommerce-style meta queries to the indexed sidecar. 10–100x speedups.

Translation Precompiler

Compiles .mo files ahead of time instead of parsing them on every page load.

Cron Decoupler

Stops visitor requests from triggering background jobs. The frontend stays clean.

AJAX Isolator

Strips unrelated plugins out while a specific admin-ajax call runs. Major speedup on light endpoints.

Plugin Skipper

A cron job doesn't need your SEO plugin. Loads only the plugins each request actually needs.

Hook Pruner

Strips out the thousands of unused callbacks plugins register on every request.

Asset Dequeue

Removes unused plugin CSS and JS from pages where nothing uses them.

Options Guard

Tames the bloated options table WordPress loads on every page.

Router Trie

Replaces WordPress's slow regex URL matching with an instant tree lookup.

Query Memoizer

Repeated database queries inside a request return the cached result instead of hitting the DB.

Write Coalescer

Combines 20 option updates in a single request into one database write.

Meta Sidecar

Maintains an indexed companion table for slow meta_query lookups.

Meta Query Rewriter

Reroutes slow WooCommerce-style meta queries to the indexed sidecar. 10–100x speedups.

Translation Precompiler

Compiles .mo files ahead of time instead of parsing them on every page load.

Cron Decoupler

Stops visitor requests from triggering background jobs. The frontend stays clean.

AJAX Isolator

Strips unrelated plugins out while a specific admin-ajax call runs. Major speedup on light endpoints.

Plugin Skipper

A cron job doesn't need your SEO plugin. Loads only the plugins each request actually needs.

Hook Pruner

Strips out the thousands of unused callbacks plugins register on every request.

Asset Dequeue

Removes unused plugin CSS and JS from pages where nothing uses them.

Options Guard

Tames the bloated options table WordPress loads on every page.

Router Trie

Replaces WordPress's slow regex URL matching with an instant tree lookup.

Query Memoizer

Repeated database queries inside a request return the cached result instead of hitting the DB.

Write Coalescer

Combines 20 option updates in a single request into one database write.

Meta Sidecar

Maintains an indexed companion table for slow meta_query lookups.

Meta Query Rewriter

Reroutes slow WooCommerce-style meta queries to the indexed sidecar. 10–100x speedups.

Translation Precompiler

Compiles .mo files ahead of time instead of parsing them on every page load.

Cron Decoupler

Stops visitor requests from triggering background jobs. The frontend stays clean.

AJAX Isolator

Strips unrelated plugins out while a specific admin-ajax call runs. Major speedup on light endpoints.

AJAX Action Filter

Disables only the selected actions of a plugin. The plugin stays active; targeted actions go silent.

Rule Library

Pre-built safe skip rules for 200+ common WordPress plugins, ready out of the box.

Plugin Scanner

Auto-scans your active plugins, matches them to the rule library, infers profiles for unknown ones.

Usage Detector

Reflection-traces shortcode, block, and post-type ownership to know which plugin a page actually uses.

Page Benchmarker

Measures your popular pages and produces the before/after baseline for comparison reports.

Request Classifier

Tags each request as frontend, admin, REST, cron, or feed so other modules can branch correctly.

Telemetry

Per-request, per-module metrics with p50/p95/p99 reporting. Every module proves its own contribution.

$wpdb Wrapper

Wraps every database call. Foundation for Query Memoizer and Meta Accelerator.

Module Registry

Boot orchestrator for every module. Resolves dependencies, conflicts, and ordering automatically.

Kill Switch

File-based on/off flags per module — even if your database breaks, you can still recover.

Self-Test

Every module exposes a self-test. Failures auto-disable the module before they break your site.

Shadow Mode

Behavior-changing modules run silently for 24h, comparing against live before going active.

AJAX Action Filter

Disables only the selected actions of a plugin. The plugin stays active; targeted actions go silent.

Rule Library

Pre-built safe skip rules for 200+ common WordPress plugins, ready out of the box.

Plugin Scanner

Auto-scans your active plugins, matches them to the rule library, infers profiles for unknown ones.

Usage Detector

Reflection-traces shortcode, block, and post-type ownership to know which plugin a page actually uses.

Page Benchmarker

Measures your popular pages and produces the before/after baseline for comparison reports.

Request Classifier

Tags each request as frontend, admin, REST, cron, or feed so other modules can branch correctly.

Telemetry

Per-request, per-module metrics with p50/p95/p99 reporting. Every module proves its own contribution.

$wpdb Wrapper

Wraps every database call. Foundation for Query Memoizer and Meta Accelerator.

Module Registry

Boot orchestrator for every module. Resolves dependencies, conflicts, and ordering automatically.

Kill Switch

File-based on/off flags per module — even if your database breaks, you can still recover.

Self-Test

Every module exposes a self-test. Failures auto-disable the module before they break your site.

Shadow Mode

Behavior-changing modules run silently for 24h, comparing against live before going active.

AJAX Action Filter

Disables only the selected actions of a plugin. The plugin stays active; targeted actions go silent.

Rule Library

Pre-built safe skip rules for 200+ common WordPress plugins, ready out of the box.

Plugin Scanner

Auto-scans your active plugins, matches them to the rule library, infers profiles for unknown ones.

Usage Detector

Reflection-traces shortcode, block, and post-type ownership to know which plugin a page actually uses.

Page Benchmarker

Measures your popular pages and produces the before/after baseline for comparison reports.

Request Classifier

Tags each request as frontend, admin, REST, cron, or feed so other modules can branch correctly.

Telemetry

Per-request, per-module metrics with p50/p95/p99 reporting. Every module proves its own contribution.

$wpdb Wrapper

Wraps every database call. Foundation for Query Memoizer and Meta Accelerator.

Module Registry

Boot orchestrator for every module. Resolves dependencies, conflicts, and ordering automatically.

Kill Switch

File-based on/off flags per module — even if your database breaks, you can still recover.

Self-Test

Every module exposes a self-test. Failures auto-disable the module before they break your site.

Shadow Mode

Behavior-changing modules run silently for 24h, comparing against live before going active.

AJAX Action Filter

Disables only the selected actions of a plugin. The plugin stays active; targeted actions go silent.

Rule Library

Pre-built safe skip rules for 200+ common WordPress plugins, ready out of the box.

Plugin Scanner

Auto-scans your active plugins, matches them to the rule library, infers profiles for unknown ones.

Usage Detector

Reflection-traces shortcode, block, and post-type ownership to know which plugin a page actually uses.

Page Benchmarker

Measures your popular pages and produces the before/after baseline for comparison reports.

Request Classifier

Tags each request as frontend, admin, REST, cron, or feed so other modules can branch correctly.

Telemetry

Per-request, per-module metrics with p50/p95/p99 reporting. Every module proves its own contribution.

$wpdb Wrapper

Wraps every database call. Foundation for Query Memoizer and Meta Accelerator.

Module Registry

Boot orchestrator for every module. Resolves dependencies, conflicts, and ordering automatically.

Kill Switch

File-based on/off flags per module — even if your database breaks, you can still recover.

Self-Test

Every module exposes a self-test. Failures auto-disable the module before they break your site.

Shadow Mode

Behavior-changing modules run silently for 24h, comparing against live before going active.

What it actually does.

No cache, no server tweaks, no minification. Accelerator changes how WordPress loads itself on each request — three steps, five minutes, and a soak window before anything goes live.

WordPress AdminHowdy, admin
Upload Pluginlive

Add Plugins

.zip
accelerator-installer.zip142 KB
Accelerator (Installer)installed
wp-content/mu-plugins/

Every feature ships with a kill switch.

A shadow-observation window, a self-test, and a one-click rollback for everything we touch. Nothing changes behavior on your site without your explicit flip.

Plugin Skipper

The core module. Evaluates every request against a rule map and tells WordPress which plugins to skip — at the mu-plugin layer, before the load cycle starts.

On this request

2/ 6 loaded

Each request gets its own verdict — same site, different plugins booted.

GET /shop/product-1
  • woocommerceload
  • elementorload
  • yoast-seoskip
  • wordfenceskip
  • wpformsskip
  • jetpackskip

300+ Plugin Rule Library

A curated database of which WordPress plugins are safe to skip on which request types. WooCommerce, Elementor, Yoast, WPML — across 16 categories.

woocommerceelementoryoast-seowordfencewpmljetpackcontact-form-7wpformsmonsterinsightsrank-mathall-in-one-seoredirectionakismetwp-rocketlitespeed-cacheadvanced-custom-fieldsthe-events-calendarmemberpress
woocommerceelementoryoast-seowordfencewpmljetpackcontact-form-7wpformsmonsterinsightsrank-mathall-in-one-seoredirectionakismetwp-rocketlitespeed-cacheadvanced-custom-fieldsthe-events-calendarmemberpress
woocommerceelementoryoast-seowordfencewpmljetpackcontact-form-7wpformsmonsterinsightsrank-mathall-in-one-seoredirectionakismetwp-rocketlitespeed-cacheadvanced-custom-fieldsthe-events-calendarmemberpress
woocommerceelementoryoast-seowordfencewpmljetpackcontact-form-7wpformsmonsterinsightsrank-mathall-in-one-seoredirectionakismetwp-rocketlitespeed-cacheadvanced-custom-fieldsthe-events-calendarmemberpress

Per-Page Overrides

Skip WooCommerce on /about but keep it on /shop. The wizard generates wildcard rules from your patterns automatically.

GET
/about/*skip woo
/shop/*allow woo

Shadow Mode + Soak

Every new rule runs observe-only first. After a clean 15-min, 1-hr, or 24-hr soak, one click flips it live.

rule firesobserved only
shadow soak0%
0h12h24h

AJAX Action Isolator

Mark a custom admin-ajax action isolated and Accelerator strips every non-essential plugin from that one request. Auth and nonces stay intact.

action=heartbeatevaluating…
plugins booted42 / 42

Dependency Safety

The dependency resolver refuses unsafe skips. If another active plugin declares one as required, Accelerator keeps it loaded.

woocommercerequireswc-blocks
skip wc-blocks?ready

Telemetry Dashboard

Per-request p50 / p95 / p99 — your own data, your own proof.

live · p95last 60s
p50
94ms
-71%
p95
185ms
-68%
p99
314ms
-59%

Kill Switch

File-based emergency off — works even with the database down. Drop a single file on the server and Accelerator steps aside.

.accel-kill
armed
skipper
pruner
dequeue
guard
memoizer
telemetry

The full catalog

20 modules. Each one independent, each one toggleable.

Plugin Skipper

Per request-class rules skip unnecessary plugins from loading at all, with a dependency resolver that refuses unsafe skips.

Hook Pruner

Trims the global $wp_filter table to the callbacks that actually matter for the current request class.

Asset Dequeue

Removes specific CSS/JS handles on URLs where they provide no value — driven by the Page Benchmarker.

Options Guard

Prevents oversize options from auto-loading and pre-warms the core allowlist.

Rule Library

300+ pre-written skip profiles for popular WordPress plugins across 16 categories.

Plugin Scanner

Detects active plugins and matches them against the rule library, with static source analysis fallback for unknowns.

Usage Detector

Reflection-traces shortcode, block, and post-type ownership to know which plugin a page actually uses.

Page Benchmarker

Measures real page load times across your site so the wizard can surface where optimization matters most.

Query Memoizer

Deduplicates SELECT queries within a request, invalidating correctly on writes.

Write Coalescer

Batches update_option calls into a single INSERT … ON DUPLICATE KEY UPDATE at shutdown.

Meta Query Rewriter

Rewrites WP_Query meta_query into sidecar JOINs — 10–100× speedups on slow lookups.

Meta Sidecar

Projects hot post meta into indexed sidecar tables. Manifest-driven, with a backfill cycle.

Router Trie

Replaces WordPress's slow regex URL matching with an instant tree lookup.

Cron Decoupler

Stops visitor requests from triggering background jobs. The frontend stays clean.

AJAX Action Isolator

Strips unrelated plugins out while a specific admin-ajax call runs. Auth and nonces stay intact.

AJAX Action Filter

Disables only the selected actions of a plugin. The plugin stays active; targeted actions go silent.

L10n Precompiler

Turns .mo files into a PHP array once so runtime can skip binary MO parsing forever.

Telemetry

Per-request SQLite log with p50/p95/p99 reporting, plus an Impact card showing your before/after numbers.

Shadow Mode

Behavior-changing modules run silently first, comparing against live before going active.

Kill Switch

File-based emergency off — works even with the database down. Drop one file and Accelerator steps aside.

Shadow soak

Watch before flipping live

Dependency safety

Refuses unsafe skips

Kill switch

File-based emergency off

No schema changes

Lives in mu-plugins only

Self-tested at boot, kill-switched at runtime — nothing changes without your explicit flip.

Two real sites. Two segments. Same plugin.

No cherry-picked benchmarks, no lab fixtures. Numbers below come from beta testers' own production sites, used with written permission.

Developer case study

Custom React admin UI on a 50-plugin install

Edmunds Priede builds React-style admin panels on top of WordPress. Every filter click, search, and quick-edit fires an admin-ajax call — and with 50+ plugins active, each call paid the full plugin-boot cost. Isolate Mode keeps only the action's owning plugin loaded for that one request.
10–12×faster admin-ajax
Before1,850ms
After Accelerator170ms

Isolate in action, so cool. Without it it is 1.7–2.0 sec. I was doing this on a very plugin-heavy site… I am surprised this was not possible earlier.

Edmunds Priede, developer · April 2026
Small business case study

WooCommerce + Bookly site, page-builder-heavy homepage

A real small-business homepage was loading 90 requests and 3 MB — neither WooCommerce nor the booking widget were used on that page, but both plugins booted everywhere. Two manual per-page rules scoped to the homepage pulled the plugin cost down to where it belonged: nowhere.
18×faster homepage LCP
Before15.0s
After Accelerator0.8s

Test results with the new version show a massive improvement. The new descriptions and setup wizard is much better, especially the scan progress.

Beta tester · April 2026 (full attribution on request)

Measured by their own owners. Your gain depends on your stack — Accelerator is structural, not magical.

Cache stores. Accelerator changes the mechanism.

WP Rocket, LiteSpeed Cache, W3 Total Cache — they store rendered HTML and replay it on the next request. Accelerator runs less work in the first place, on every request, for every user.

Approach 1

Cache plugins

WP Rocket · LiteSpeed Cache · W3 Total Cache · WP Super Cache

  • First request

    Slow — full PHP+DB on cache miss

  • Logged-in users

    Bypassed — no benefit

  • WooCommerce checkout

    Must be excluded — no benefit

  • Database queries

    Unchanged

  • Plugin boot cost

    Unchanged

  • WP-CLI deployable

    None tested could activate

Approach 2

Accelerator

Mu-plugin layer · structural intervention · request-class aware

  • First request

    Fast every request, no warm-up

  • Logged-in users

    Full benefit, even for editors

  • WooCommerce checkout

    Per-page rules — full benefit

  • Database queries

    Memoized + coalesced + sidecar

  • Plugin boot cost

    Per-request-class skip

  • WP-CLI deployable

    wp accel install + wizard

Same scenario · same hardware · different approach

How the head-to-head actually played out

EDD · 28 plugins · p < 0.0001

Plugin Organizer

Same approach, slower in practice

−4% to −11%

Stores rules in DB · meta queries on every request

WP Asset CleanUp

Default settings, fresh install

HTTP 500

Crashed the site · couldn't benchmark

Cache plugins

WP Super Cache · Fastest Cache · Cache Enabler

Couldn't activate via CLI

Need WP_CACHE constant + advanced-cache.php drop-in

Accelerator FREE on the same scenario

−17% across all paths · 1.5–6.7× better than Plugin Organizer · headless deploy via WP-CLI

Cache and Accelerator solve different problems — they can run together. Accelerator hooks in first, at the mu-plugin layer.

Honest answers, before you buy.

Plugin Skipper sounds risky on paper. The shadow soak, the self-test, and the file-based kill switch are why it isn't.

9 answers
Every rule starts in shadow mode— observed but not applied — for at least 15 minutes, 1 hour, or 24 hours (your pick). Telemetry watches for anomalies during that window. If anything looks off the rule is auto-paused, not flipped live. There's also a file-based kill switch that disables Accelerator even with the database down. Worst case: drop one file on the server and the plugin steps aside.

Question not here?

Email goes straight to the founder.

Email the founder

Yearly licenses. Cancel anytime.

One yearly payment unlocks every premium module and every update for the duration. Cancel from your dashboard before renewal — no retention loops, no "are you sure?" popups.

1+1 Bonus

Solo

2 sites

$49.99/ year

Auto-renews yearly. Cancel anytime, no questions.

For your own site plus one extra — launch promo throws in a second activation.

  • All free-tier modules
  • All premium modules
  • Launch bonus: 2nd site free
  • Updates included for the year
  • Email support
Most chosen

Agency

5 sites

$149.99/ year

Auto-renews yearly. Cancel anytime, no questions.

For freelancers and small studios maintaining a client roster.

  • Everything in Solo
  • 5 client sites
  • Site swaps included
  • Priority email support

Studio

15 sites

$299.99/ year

Auto-renews yearly. Cancel anytime, no questions.

For agencies with a portfolio of WP-heavy clients.

  • Everything in Agency
  • 15 client sites
  • Onboarding session
  • Direct line to the founder

30-day money back

No questions, no hold-up

Updates included

Every release while your license is active

Cancel anytime

From your dashboard, before the next renewal

Free, no card needed

Not ready to buy? Get a free site audit.

We scan your site, run it through Google PageSpeed, detect the plugins loading on every request, and email you a PDF showing exactly where AcceleratorWP would help — and where it wouldn't. Honest read, no upsell, fully automated.

Stopreplaying HTMLChange the mechanism.

One yearly payment, every module, every update for the duration. The setup wizard tunes it for your site in five minutes — Telemetry proves it worked on your own data.

30-day money backUpdates includedCancel anytimeWP-CLI deployable