tcmp / opcache
There is no license information available for the latest version (0.0.6) of this package.
OPcache GUI for Magento 2.x Admin Panel
Package info
github.com/theycallmepepper/m2-opcache-gui
Type:magento2-module
pkg:composer/tcmp/opcache
0.0.6
2025-12-17 14:58 UTC
Requires
- php: ~8.1||~8.2||~8.3||~8.4||~8.5
- magento/framework: 103.0.*
This package is auto-updated.
Last update: 2026-03-17 15:26:51 UTC
README
An admin GUI for monitoring OPCache performance and resetting the cache. This extension adds a link in the admin panel at System > Tools > OPcache Managent. Optional link can be activated for quick reset and cached scripts can also be viewed in a list format, see Settings > TCMP > OPcache to enable either.
Installation
- composer require tcmp/opcache
- Alternatively you can copy the extension files to
app/code/TCMP/OpCache
- Alternatively you can copy the extension files to
- php bin/magento module:enable TCMP_OpCache
- php bin/magento setup:updgrade
- php bin/magento setup:static-content:deploy
Basis + Inspiration:
@TODO
- Realtime Updates
- Per file cache invalidation
- table filtering
- Handle rendering getScripts more efficiently
- Add get_extension_funcs('Zend OPcache')
- what other data points would be useful?