WP Manifestindependent plugin directory
manifest / performance / kntnt-opcache-purge-on-update

Kntnt's OPcache purge on update.

WordPress mu-plugin that resets opcache on plugin installation or update.

by Thomas Barregren · github.com/kntnt/kntnt-opcache-purge-on-update · website

0stars
1forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/kntnt/kntnt-opcache-purge-on-update/archive/refs/heads/master.zip

WordPress mu-plugin that purges opcache on plugin or theme update.

Description

If you turn of timestamp validation to avoid unnecessary filesystem calls, you will need this plugin to make sure PHP:s opcache is resetted when plugins and themes are updated.

Installation

  1. In your wp-content directory, create a mu-plugin directory if it not already exists.
  2. Copy kntnt-reset-opcache-on-update.php into mu-plugin. Only the file. No additional directory.

Changelog

1.0.1

Renamed. Added admin notice.

1.0.0

Initial release.