Stars: 129
Forks: 43
Pull Requests: 12
Issues: 4
Watchers: 1
Last Updated: 2021-11-13 21:04:05
Set up properly and monitor your Zend OPcache with this dashboard that will help you checking memory, hits and status, configuring for optimal performance (warning you when cache full, validation, etc.) and reseting one or all scripts with one click.
License: MIT License
Languages: PHP
Set up properly and monitor your Zend OPcache with this dashboard that will help you checking memory, hits and status, configuring for optimal performance (warning you when cache full, validation, etc.) and reseting one or all scripts with one click.
Composer installation:
composer require carlosio/opcache-dashboard
Then you can symlink it to your public folder or require it from another php file.
Or just copy and paste opcache.php
anywhere in your public folder. You can use something such as:
wget https://raw.github.com/carlosbuenosvinos/opcache-dashboard/master/opcache.php
Try to keep it safe for non authorized users.