WP Manifestindependent plugin directory
manifest / performance / plugin-wp-rest-cache-addon-for-owc

WP REST Cache - AddOn for OpenWebConcept

Adds caching of the OpenWebConcept endpoints to the WP REST Cache.

by Acato · github.com/openwebconcept/plugin-wp-rest-cache-addon-for-owc · website

0stars
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/openwebconcept/plugin-wp-rest-cache-addon-for-owc/archive/refs/heads/master.zip

Also on Packagist as openwebconcept/wp-rest-cache-addon-for-owc:

composer require openwebconcept/wp-rest-cache-addon-for-owc

From the readme

WP REST Cache - AddOn for OpenWebConcept Adds caching of the OpenWebConcept endpoints to the WP REST Cache. Installation 1. Unzip and/or move all files to the /wp-contents/plugins/wp-rest-cache-addon-for-owc directory. 2. Log into the WordPress admin and make sure the WP REST Cache plugin is installed and activated. 3. Activate the 'WP REST Cache - AddOn for OpenWebConcept' plugin through the 'Plugins' menu. or install using Composer: 1. composer config repositories.openwebconcept/wp-rest-cache-addon-for-owc git git@github.com:OpenWebconcept/plugin-wp-rest-cache-addon-for-owc.git 2. composer require openwebconcept/wp-rest-cache-addon-for-owc Supported plugins/endpoints The following plugins/endpoints are supported by this add-on and are automatically cached if this plugin is activated (and the corresponding plugin is activated as well). OpenConvenanten plugin owc/openconvenanten/v1/items OpenPub Base plugin owc/openpub/v1/items owc/openpub/v1/themes owc/openpub/v1/settings Persberichten plugin owc/openpub/v1/persberichten Ruimtelijke plannen plugin owc/openpub/v1/ruimtelijke-plannen B&W Besluiten plugin owc/openpub/v1/b

Read the full README on GitHub →