manifest / performance / cache-manager
Cache Manager
WordPress plugin for managing the Nginx fastcgi cache.
by Ryan McLaughlin · github.com/ssnepenthe/cache-manager · website
★ 0stars
167composer installs
0forks
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/ssnepenthe/cache-manager/archive/refs/heads/master.zipAlso on Packagist as ssnepenthe/cache-manager:
composer require ssnepenthe/cache-managerFrom the readme
cache-manager
WordPress plugin for managing the Nginx fastcgi cache.
Requirements
PHP 5.4 or greater and Composer.
Installation
Install using Composer:
Usage
This plugin assumes that you are running Nginx with fastcgi caching, but not the ngxcachepurge module.
By default it uses the X-Nginx-Cache-Purge header (filterable at cachemanagerrefreshheaders) to notify the server to regenerate an individual cache item. For an example server configuration see How I built “Have Baby. Need Stuff!”.