

The Memory Scan overview: current headroom, recommended memory for your site type, and the escalation banner.
Memory Scan tells you, in plain terms, whether your WordPress site has enough PHP memory to run reliably — and warns you before a low-memory crash instead of after. It also keeps an eye on two things that quietly take sites down: running an end-of-life PHP version, and upgrading PHP before your plugins are ready.
Rather than guessing from a single admin page (which is one of the lightest requests on a site), Memory Scan records the real peak memory of each request type — front-end, admin, AJAX and cron — and judges your headroom against your PHP memory_limit with a built-in safety margin.
What you get:
memory_limit for your detected site type (simple blog, Elementor, WooCommerce, or a heavy stack).WP_MEMORY_LIMIT check that flags when it is set below your PHP memory_limit, with the exact wp-config.php line to fix it.Memory Scan is read-only with respect to your content: it never changes your posts, pages, or other plugins’ settings. It only reads memory figures and writes its own small diagnostic values. It never changes your PHP version either — it detects and advises; your host controls the PHP version.