Health & Performance Monitoring Suite Extension for Magento 2 User Manual
The Health & Performance Monitoring Suite is designed only to track changes in your store’s code and configuration. It allows you to receive timely notifications about PHP and JavaScript errors, cron task issues, and more.
Who should use this manual
It is primarily intended for developers, administrators and Magento store owners.
Using the Getting started section, you will learn how to install, update, and disable the extension.
Detailed descriptions of the settings, along with examples, can be found in the Configuration option section.
The How to section contains instructions and tips for configuring the extension or some of its features.
You can find the latest changes, new improvements, and features in the Changelog section.
Practical scenarios
Review the potential use cases for this module.
After installing or updating a third-party module
Scenario: You installed a new extension or updated an existing one, and performance may have degraded or new errors appeared.
- The module logs changes to configuration and code.
- It checks whether performance metrics have worsened (page load time increased, generation time grew, errors appeared).
- If any metric declines, the administrator can track what exactly changed.
Monitoring cron jobs and critical errors
Scenario: Some processes (indexing, synchronization, scheduled tasks) run with interruptions or do not complete, affecting data freshness and product display.
- The module monitors cron errors.
- You can see what happened, when, and where — and react quickly.
Detecting module/environment conflicts
Scenario: After installing a new module, class/plugin conflicts cause errors or degrade performance.
- The system checks for potential conflicts.
- Helps minimize the time required to identify the root cause.
Before upgrading Magento or the server environment
Scenario: You plan to update Magento, the PHP version, or infrastructure. You need to evaluate how environment changes will affect performance.
- Create a snapshot before the update.
- After the update, compare performance metrics to detect possible degradation.
- If issues appear, you can quickly roll back or fix them.
Improving UX and SEO through performance
Scenario: The store wants to minimize page load time, increase cache coverage, and thereby improve user behavior and search rankings.
- The module tracks Page Load Time and cache coverage.
- Based on the collected data, you can justify optimizations (e.g., enabling Redis, improving templates) and measure their impact.
With this Manual, you will learn how to efficiently monitor your store's health and performance.
Go ahead, dive in!
Firstly, please find our extension in the My Downloadable Products section of our store. Learn how to install extension.
Proceed with Quick Start to learn how to start using the extension.