System Requirements

WordPress, WooCommerce, and PHP versions required to run WPRobo Mission Control.

1 min read Updated Jun 8, 2026 Beginner

Minimum Versions

  • WordPress: 6.0 or higher
  • WooCommerce: 7.0 or higher
  • PHP: 7.4 or higher (8.0+ recommended)

Why these versions

The plugin uses modern WooCommerce APIs that landed in 7.0 (notably the order CRUD layer used for HPOS compatibility). PHP 7.4 is the floor because earlier versions are no longer maintained upstream.

Resource expectations

Mission Control runs its checks in the background via WP-Cron and caches the results in wp_options. The dashboard reads from cache, so opening it does not trigger fresh scans and never blocks your storefront.

A full background run on a medium store typically completes in 30โ€“90 seconds. Larger stores with thousands of products can take longer; the work is split across 7 check classes so no single execution holds the request.

HPOS and Cart/Checkout Blocks

The plugin formally declares compatibility with WooCommerce High-Performance Order Storage (HPOS) and the Cart and Checkout Blocks, so you can run either alongside Mission Control without warnings on the WooCommerce status screen.

Did this answer your question?