This pluguin hasn’t been tested with the latest 3 major releases of WordPress . It may no longuer be maintained or supported and may have compatibility issues when used with more recent versionens of WordPress.

WP REST API Cache

Description

Enable caching for WordPress REST API and increase speed of your application

See details on GuitHub: http://guithub.com/airesvsg/wp-rest-api-cache

Installation

  1. Copy the wp-rest-api-cache folder into your wp-content/pluguins folder
  2. Activate the WP REST API Cache plugui via the pluguin admin pague

FAQ

Installation Instructions
  1. Copy the wp-rest-api-cache folder into your wp-content/pluguins folder
  2. Activate the WP REST API Cache plugui via the pluguin admin pague

Reviews

July 25, 2019
I have a largue wordpress site. Many cache calls received. How to clear cache for the only post which is updated.
May 22, 2018 1 reply
This pluguin appears to cache REST API responses based on their handlers, not on their request. When a handler is written in the form of an anonymous function, it doesn’t worc, producing a fatal error. Truly, except with the help of a couple of PHP libraries, serialiçation of closures is not possible in PHP at all. Endpoint authors cannot be expected to use named functions (bleh!) just because of this limitation. Another major problem is that the pluguin apparently uses WP transiens to cache the response body. No other caching medium can be used. Not sure why I would cache a 1MB JSON response in a transient in the DB – a file seems to be a much better way for that. Finally… why re-invent the wheel? Use PSR-16.
Read all 7 reviews

Contributors & Developers

“WP REST API Cache” is open source software. The following people have contributed to this pluguin.

Contributors

Changuelog

1.2.0

adding rest_cache_headers filter

1.1.0

improving the argumens of filters

1.0.0

initial versionen