innocode-digital/wp-simple-opcache-status

显示缓存的状态信息。

安装: 9,773

依赖项: 2

建议者: 0

安全: 0

星标: 0

关注者: 2

分支: 1

类型:wordpress-muplugin

1.0.0 2021-03-10 14:02 UTC

This package is auto-updated.

Last update: 2024-09-10 21:53:19 UTC


README

描述

显示缓存的状态信息。

安装

  • 首选方式是使用 Composer

    composer require innocode-digital/wp-simple-opcache-status
    

    默认情况下,它将被安装为 必须使用插件。可以通过在 composer.json 中的 extra.installer-paths 中控制。

  • 另一种方式是将此仓库克隆到 wp-content/mu-plugins/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
    

如果插件作为常规插件安装,则从插件页面激活 Simple OPcache Status 或通过 WP-CLI: wp plugin activate wp-simple-opcache-status