innocode-digital / wp-simple-opcache-status
Shows status information about the cache.
Installs: 9 948
Dependents: 2
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 1
Type:wordpress-muplugin
Requires
- php: >=7.1
- composer/installers: ~1.0
README
Description
Shows status information about the cache.
Install
-
Preferable way is to use Composer:
composer require innocode-digital/wp-simple-opcache-status
By default, it will be installed as Must Use Plugin. It's possible to control with
extra.installer-paths
incomposer.json
. -
Alternate way is to clone this repo to
wp-content/mu-plugins/
orwp-content/plugins/
:cd wp-content/plugins/ git clone git@github.com:innocode-digital/wp-simple-opcache-status.git cd wp-simple-opcache-status/ composer install
If plugin was installed as regular plugin then activate Simple OPcache Status from Plugins page
or WP-CLI: wp plugin activate wp-simple-opcache-status
.