This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

Clear OPcache

Description

Clear OPcache is a plugin that makes managing OPcache simple. When you install Clear OPcache, it puts a button in the top admin bar named ‘Flush OPcache’. When that button is clicked, it clears OPcache and WinCache if they are enabled. When the plugin is installed, it also clears the OPcache before WordPress is updated. This plugin is useful for saving space and speeding up your site.

When installed, the plugin also creates an entry in the Settings menu named OPcache where you can view useful stats.

Reviews

November 11, 2021
I sometimes (sadly) have small issues that can be fixed in production (that 1 out of 1000 cases) and I got to admit I'm lazy on doing local sync for something very small, but I want to see this available up and fast and due to OPCache in the PHP (for who has it enabled, also I recommend enabling it if you want to speed up your website) not all things get really "flushed" when the magic button called "clear cache" is pressed. This is where this plugin helps, it talks directly to the OPCache and clears it. The only suggestion I can give to the author is to change the alert type (JS) to a wordpress notice, besides that, great work!
Read all 0 reviews

Contributors & Developers

“Clear OPcache” is open source software. The following people have contributed to this plugin.

Contributors

Translate “Clear OPcache” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Changelog

0.5

  • Added error notice that displays upon plugin activation if OPcache isn’t enabled
  • Fixed bug where error would display if opcache_get_status function didn’t exist

0.4

  • Added notice that displays upon plugin activation

0.3

  • Added OPcache page in Settings menu showing OPcache details
  • Added popup saying OPcache was cleared or if OPcache is disabled