tcmp / opcache
OPcache GUI for Magento 2.x Admin Panel
Installs: 5 390
Dependents: 0
Suggesters: 0
Security: 0
Stars: 6
Watchers: 2
Forks: 2
Open Issues: 2
Type:magento2-module
Requires
- php: ~7.1|~7.2|~7.3
This package is auto-updated.
Last update: 2024-11-12 11:58:49 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?