M2: OPCache GUI - Updated for Latest Magento & PHP
The OPcache GUI module has been updated to support the latest versions of Magento & PHP.
What’s New:
- Latest Magento Support: Compatible with the most recent Magento 2.x versions
- Latest PHP Support: Updated to work with the latest PHP versions
- Latest Chart.js: Now using the most recent version of Chart.js for improved chart rendering and performance
The module continues to provide an easy way to view PHP OPcache statistics directly in your Magento admin panel, displaying current memory usage, hit rate, and configuration values. You can optionally enable the display of all cached scripts with detailed information, and access a quick reset link from the admin menu (Stores > Configuration > TCMP Studio > OPcache).
Installation:
composer require tcmp/opcache
php bin/magento module:enable TCMP_OpCache
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy
More Information:
The source: https://github.com/theycallmepepper/m2-opcache-gui
Packagist listing: https://packagist.org/packages/tcmp/opcache
Original post: See the original M2: OPCache GUI post for more details about the module’s features and usage.