innocode-digital/wp-simple-opcache-status

Shows status information about the cache.

Installs: 8 955

Dependents: 2

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 1

Type:wordpress-muplugin

1.0.0 2021-03-10 14:02 UTC

This package is auto-updated.

Last update: 2024-04-10 20:57:29 UTC


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 in composer.json.

  • Alternate way is to clone this repo to wp-content/mu-plugins/ or wp-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.