βοΈ 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
Run the following command to install this module:
composer require element119/module-admin-opcache-report
php bin/magento setup:upgrade
Run the following command to update this module:
composer update element119/module-admin-opcache-report
php bin/magento setup:upgrade
Run the following command to uninstall this module:
composer remove element119/module-admin-opcache-report
php bin/magento setup:upgrade
Configuration for this module can be found in the Magento admin under Stores -> Settings -> Configuration -> Advanced -> System -> PHP OpCache Report
.
The OpCache information can be found in the admin under System -> Tools -> PHP OpCache Report
.
The units used when referencing memory in the OpCache report. The default value is GB
.
The number of decimal places to use in the OpCache report.
The date format to use in the OpCache report. Supports PHP date formats.