manifest / performance / wp-page-cache-control
WP Page Cache Control
Control and modify the page cache for multiple hosting providers.
by Sean Fisher · github.com/alleyinteractive/wp-page-cache-control · website
★ 3stars
4release downloads
3.6kcomposer installs
0forks
Install
The author publishes release zips, so WP-CLI can install straight from GitHub:
wp plugin install https://github.com/alleyinteractive/wp-page-cache-control/releases/download/v0.1.1/v0.1.1.zipAlso on Packagist as alleyinteractive/wp-page-cache-control:
composer require alleyinteractive/wp-page-cache-controlFrom the readme
WP Page Cache Control
Control and modify the page cache for multiple hosting providers.
Installation
You can install the package via Composer:
The plugin supports the following hosting providers and their respective page
caching systems:
- Pantheon via their Pantheon Advanced Cache
plugin:
(Alley\WP\WPPageCacheControl\Providers\PantheonProvider)
- WordPress VIP via their mu-plugins repository: (Alley\WP\WPPageCacheControl\Providers\VIPProvider)
The plugin will attempt to detect the caching system in use and will load the
appropriate provider class. It can also be controlled by the
wppagecachecontrolprovider hook which should return a provider class
string.
The main goal of the plugin is to solve common page cache control needs across
multiple hosting providers. It is not meant to be a complete solution for all
page cache control needs. If you have a need that is not met by the plugin,
please open an issue or pull request.
Usage
The plugin supports back-end page cache control including TTL, bypassing the
page cache, user segmentation, and purging from the page cache. It also
supports front-end segmentation.
Usage: Back-end
Activate the plugin in WordPress and use the
Read the full README on GitHub →