tcmp/opcache

There is no license information available for the latest version (0.0.5) of this package.

OPcache GUI for Magento 2.x Admin Panel

Installs: 5 387

Dependents: 0

Suggesters: 0

Security: 0

Stars: 6

Watchers: 2

Forks: 2

Open Issues: 2

Type:magento2-module

0.0.5 2020-04-03 04:07 UTC

This package is auto-updated.

Last update: 2024-04-12 10:50:29 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
  • 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?