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.zipWordPress 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
- In your
wp-contentdirectory, create amu-plugindirectory if it not already exists. - Copy
kntnt-reset-opcache-on-update.phpintomu-plugin. Only the file. No additional directory.
Changelog
1.0.1
Renamed. Added admin notice.
1.0.0
Initial release.