Public roadmap

Roadmap for the three Apex Stack plugins.

A practical delivery view for Apex Cache Pro, Apex Insights, and Apex Security. This roadmap is updated for the private beta and shows what is active now, what is planned next, and what is being shaped by customer feedback.

Now

In active beta work

Next

Committed planning window

Later

Directional, subject to customer feedback

Delivery matrix

One view across all plugin workstreams.

Last updated June 25, 2026. Dates are planning windows, not hard release commitments.

Plugin
Now
Next
Later
Apex Cache Pro

v2.1.4

v1.1.0

The Relay Killer

Pure-PHP multi-node L1 synchronization that keeps APCu memory coherent across load-balanced WordPress servers without proprietary C extensions.

v1.2.0

WooCommerce God Mode

A WooCommerce-specific interception layer that offloads sessions and hot cart fragments before dynamic stores hit MySQL under checkout pressure.

v1.3.0

Surgical Tag-Based Invalidation

A surrogate key tagging engine that removes only the cache keys tied to a changed post, product, or query instead of flushing broad WordPress groups.

v1.4.0

Autonomous Pre-Fetching

A zero-miss engine that watches slow cache generations, schedules regeneration before expiry, and hot-swaps refreshed values without waiting for a visitor.

v1.5.0

Keyspace X-Ray

A DevOps-grade memory profiler that shows which plugins, cache groups, and keys are consuming Redis RAM inside the Apex dashboard.

Apex Insights

v1.8.2

v1.9.0

First-Party Data Dominance

Same-domain analytics collection that recovers traffic lost to ad-blockers while keeping event data on the customer infrastructure.

v2.0.0

Autonomous AI Analyst

A no-more-dashboards workflow where Apex Insights reviews analytics and session replay data, then tells owners what changed and what to fix.

v2.1.0

Commerce Revenue Intelligence

WooCommerce analytics built around revenue recovery, abandoned cart context, and conversion tracking that does not depend on browser events.

v2.2.0

Agency Fleet Hub

A standalone agency dashboard that aggregates AI insights, analytics, session replay signals, and uptime across entire client portfolios.

Apex Security

v1.5.0

v1.6.0

Apex Swarm

Real-time decentralized threat intelligence that lets one Apex-protected site help every other Apex installation block active botnet traffic within milliseconds.

v1.7.0

AI Visual-Regression Auto-Patcher

Autonomous vulnerability patching for agencies that tests plugin updates in a sandbox, compares visual output, and only promotes safe updates.

v1.8.0

Zero-Trust Just-In-Time Admin Auth

Action-level passkey verification that makes stolen administrator sessions useless for destructive WordPress operations.

v1.9.0

3rd-Party Supply Chain Shield

Browser-side defense against compromised external scripts, tracking tags, and CDN assets that traditional PHP WAFs cannot inspect.

Work breakdown

What each roadmap item includes.

Apex Cache Pro

The Relay Killer

Now

Pure-PHP multi-node L1 synchronization that keeps APCu memory coherent across load-balanced WordPress servers without proprietary C extensions.

  • Publish Redis Pub/Sub invalidation events when one server mutates or deletes cache keys
  • Consume invalidation events during early WordPress boot and clear local APCu entries
  • Add Redis Streams replay support for workers that miss a real-time invalidation event

Apex Cache Pro

WooCommerce God Mode

Next

A WooCommerce-specific interception layer that offloads sessions and hot cart fragments before dynamic stores hit MySQL under checkout pressure.

  • Route WooCommerce sessions into Redis hash maps with HSET and HGET operations
  • Serve refreshed cart fragments from the L1 cache path without full WordPress bootstrap
  • Benchmark checkout behavior for stores targeting 10,000+ concurrent shoppers

Apex Cache Pro

Surgical Tag-Based Invalidation

Next

A surrogate key tagging engine that removes only the cache keys tied to a changed post, product, or query instead of flushing broad WordPress groups.

  • Map query, post, and product cache keys to Redis tag sets such as tag:product_123
  • Use Lua-driven UNLINK operations to clear only keys attached to the changed entity
  • Protect global cache hit rates during publishing runs and inventory synchronization

Apex Cache Pro

Autonomous Pre-Fetching

Later

A zero-miss engine that watches slow cache generations, schedules regeneration before expiry, and hot-swaps refreshed values without waiting for a visitor.

  • Flag object cache keys whose generation time exceeds 500ms
  • Queue Action Scheduler workers five minutes before heavy keys expire
  • Refresh and replace expensive Redis values before the next public request arrives

Apex Cache Pro

Keyspace X-Ray

Later

A DevOps-grade memory profiler that shows which plugins, cache groups, and keys are consuming Redis RAM inside the Apex dashboard.

  • Run background SCAN and MEMORY USAGE sampling without blocking production traffic
  • Render a visual RAM treemap grouped by plugin, cache group, and key family
  • Expose the largest memory consumers so operators can tune policies with confidence

Apex Insights

First-Party Data Dominance

Now

Same-domain analytics collection that recovers traffic lost to ad-blockers while keeping event data on the customer infrastructure.

  • Send telemetry through a native /collect endpoint parsed by the high-performance Go engine
  • Build cookie-free identity stitching with daily rotating server-side signals
  • Package the ad-block bypass story into reporting that shows recovered traffic compared with third-party analytics

Apex Insights

Autonomous AI Analyst

Next

A no-more-dashboards workflow where Apex Insights reviews analytics and session replay data, then tells owners what changed and what to fix.

  • Run nightly anomaly detection against a 30-day baseline for traffic, conversions, and mobile behavior
  • Email plain-English recommendations when conversion drops, bounce spikes, or key pages regress
  • Let teams ask session replays questions such as why users abandon checkout and jump to the exact replay

Apex Insights

Commerce Revenue Intelligence

Next

WooCommerce analytics built around revenue recovery, abandoned cart context, and conversion tracking that does not depend on browser events.

  • Link abandoned carts directly to the matching session replay and user journey
  • Add Watch User Session actions beside WooCommerce orders and failed checkout events
  • Track purchases server-to-server the moment payment clears so closed tabs and blocked scripts cannot drop conversions

Apex Insights

Agency Fleet Hub

Later

A standalone agency dashboard that aggregates AI insights, analytics, session replay signals, and uptime across entire client portfolios.

  • Use the Fleet Tasks API to manage analytics health across 100+ client sites from one screen
  • Surface aggregated stats, anomalies, uptime, and revenue opportunities for each client
  • Generate monthly white-label AI reports that explain agency ROI in plain English

Apex Security

Apex Swarm

Now

Real-time decentralized threat intelligence that lets one Apex-protected site help every other Apex installation block active botnet traffic within milliseconds.

  • Hash attacker IPs locally before sending confirmed attack signals to the Apex cloud
  • Push swarm intelligence to connected Edge WAF providers such as Cloudflare and Fastly
  • Distribute new block decisions globally before legacy WAF database updates arrive

Apex Security

AI Visual-Regression Auto-Patcher

Next

Autonomous vulnerability patching for agencies that tests plugin updates in a sandbox, compares visual output, and only promotes safe updates.

  • Capture before-and-after screenshots for critical pages such as home, cart, and checkout
  • Run vulnerable plugin updates in a background sandbox and compare visual output with AI
  • Promote clean updates automatically and roll back updates that introduce PHP fatals or layout drift

Apex Security

Zero-Trust Just-In-Time Admin Auth

Next

Action-level passkey verification that makes stolen administrator sessions useless for destructive WordPress operations.

  • Deprecate password-first admin access in favor of WebAuthn and passkey enrollment
  • Require just-in-time verification before actions such as theme editing or database export
  • Bind sensitive administrator actions to fingerprint, device passkey, or hardware security key proof

Apex Security

3rd-Party Supply Chain Shield

Later

Browser-side defense against compromised external scripts, tracking tags, and CDN assets that traditional PHP WAFs cannot inspect.

  • Inventory every external script tag loaded by the WordPress front end and admin area
  • Compare third-party domains against a real-time compromised asset intelligence feed
  • Generate strict Content Security Policies that block high-risk external assets before the browser loads them

Track what changed after each roadmap delivery.

The changelog records shipped releases for all three plugins.

View changelog