説明
OPcache の破棄
- アドミンバーに OPcache のクリアボタンを追加します
- WordPress ディレクトリ以下のファイルのみのキャッシュをクリアします
- 個別または一括で無効化
- メモリキャッシュとファイルキャッシュの両方をサポート
- マルチサイトをサポート
OPcache 統計情報
- メモリー、ヒット率、文字列、キーの統計
- ディレクティブ、関数、一般的な情報
- キャッシュされたファイルの一覧
- 完全なレスポンシブ対応
WP CLI に対応
- コマンドでの OPcache クリアに対応 :
wp flush-opcache flush
- 必ず PHP の設定ファイルに
opcache.enable_cli=1
を追加してください。
管理画面に3つのタブがあります:
- 一般設定:プラグインの設定をします
- 統計:OPcache の統計情報を表示します
- キャッシュされたファイル:キャッシュされたファイルのリストで、無効化することもできます
スクリーンショット
インストール
いつも通り…
評価
2024年9月8日
I have 2 wordpress sites on my server and one was always fast and one always slow ( and this would swap around)
Using your plugin I could see that the Opcache memory was full and also what all the settings were.
I added some settings to /etc/php/8.1/cli/conf.d/10-opcache.ini and now both my wordpress sites are fast !
2022年8月18日
Thanks and keep going please! 🙂
2022年6月7日
Good way to find out how well your opcache setup works
2021年5月21日
Läuft einwandfrei und tut genau das, was es soll!
2021年3月15日
Does what is says, fantastic plugin
2021年2月8日
1 reply
Vielen Dank für das nützliche Tool. Ich benutze es regelmäßig seit vielen Jahren, um den Opcache mit einem Klick zu löschen. Auch die Informationen zu der Belegung des Speichers finde ich nützlich. Ich bin sehr zufrieden mit dem Plugin!
Thank you for the useful tool. I use it regularly for many years to clear opcache with one click. I also find the information on memory usage useful. I am very satisfied with the plugin!
貢献者と開発者
変更履歴
4.2.0
- CLI サポートを追加
4.1.4
- アップグレード後のキャッシュクリアの不具合を修正
- 専用ディレクトリに WP を配置している場合でも、キャッシュファイルを破棄します。
- WordPress 6.0 をデフォルトとして使用する
- PHP 8.0をデフォルトとして使用する
4.1.3
- キャッシュされたファイルリストの日付に関するバグを修正
4.1.2
- WordPress が独自のディレクトリを使用する場合の ABSPATH に関する不具合を修正
4.1.1
- WordPress 5.8 まで動作検証済み。
4.1.0
- i18n を削除 ( translate.wordpress.org を使用 )
- opcache_invalidate の代わりに wp_opcache_invalidate を使用
4.0.1
- README.txt を充実化
- 古いスクリーンショットを削除
4.0.0
- WordPress ディレクトリ以下のファイルのみの無効化
- 管理画面でページの代わりにタブを使用
- キャッシュされたファイルのタブを新規に追加
- WordPress 5.7.1 まで動作検証済み。
詳細なチェンジログはこちら