README.md

August 27, 2024 ยท View on GitHub

element119 | Admin OpCache Report

๐Ÿ“ Features

โœ”๏ธ Provides a current health check of the PHP OpCache

โœ”๏ธ Flush PHP OpCache from the admin

โœ”๏ธ Theme agnostic

โœ”๏ธ Built in accordance with Magento best practises

โœ”๏ธ Dedicated module configuration section and custom admin user controls

โœ”๏ธ Seamless integration with Magento

โœ”๏ธ Built with developers and extensibility in mind to make customisations as easy as possible

โœ”๏ธ Installable via Composer

โณ Logging of OpCache statistics for temporal analysis

โณ Data visualisation


๐Ÿ”Œ Installation

Run the following command to install this module:

composer require element119/module-admin-opcache-report
php bin/magento setup:upgrade

โซ Updating

Run the following command to update this module:

composer update element119/module-admin-opcache-report
php bin/magento setup:upgrade

โŒ Uninstallation

Run the following command to uninstall this module:

composer remove element119/module-admin-opcache-report
php bin/magento setup:upgrade

๐Ÿ“š User Guide

Configuration for this module can be found in the Magento admin under Stores -> Settings -> Configuration -> Advanced -> System -> PHP OpCache Report.


OpCache Report

The OpCache information can be found in the admin under System -> Tools -> PHP OpCache Report.


Memory Units

The units used when referencing memory in the OpCache report. The default value is GB.


Float Precision

The number of decimal places to use in the OpCache report.


Date Format

The date format to use in the OpCache report. Supports PHP date formats.


๐Ÿ“ธ Screenshots & GIFs

Report - OpCache Disabled

e119-opcache-report-disabled

Report - OpCache Enabled

e119-opcache-report-enabled