Download the PHP package magefine/performance-mess-detector without Composer
On this page you can find all versions of the php package magefine/performance-mess-detector. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download magefine/performance-mess-detector
More information about magefine/performance-mess-detector
Files in magefine/performance-mess-detector
Package performance-mess-detector
Short Description This Magento 2 module provides tools to monitor and improve performance by detecting and logging potential bottlenecks in the system. It specifically focuses on tracking slow controller actions, repeated SQL queries, and other performance issues that may impact your Magento store.
License OSL-3.0 AFL-3.0
Informations about the package performance-mess-detector
Magento 2 Performance Monitoring Module
Overview
This Magento 2 module provides tools to monitor and improve performance by detecting and logging potential bottlenecks in the system. It specifically focuses on tracking slow controller actions, repeated SQL queries, and other performance issues that may impact your Magento store.
Features
-
Controller Performance Tracking
Logs the execution time of all controller actions and identifies actions that exceed a configurable threshold (e.g., 500 ms). -
SQL Query Optimization
Detects identical or repeated SQL queries executed during a single request cycle. Detects slow queries. -
Customizable Thresholds
Allows you to configure thresholds for what constitutes a "slow" action or query via the Magento Admin panel. (INCOMING SOON) -
Full stack trace of any logged notice
- Detailed Logging
Logs all detected issues, including the following:- Full action name of the controller.
- Class name of the controller.
- Execution time in milliseconds.
Installation
1. Composer Installation
2. Manual Installation
-
Download or clone this repository into the app/code/Magefine/PerformanceMessDetector directory.
- Run the following commands:
3. Usage
The module logs detected performance issues in the following log files:
var/log/debug.log
Examples: