carlosio / opcache-dashboard
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.
Installs: 47 745
Dependents: 0
Suggesters: 0
Security: 0
Stars: 136
Watchers: 1
Forks: 44
Open Issues: 9
This package is auto-updated.
Last update: 2024-10-22 04:51:53 UTC
README
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.
Installation
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.