このプラグインは WordPress の最新3回のメジャーリリースに対してテストされていません。もうメンテナンスやサポートがされていないかもしれず、最新バージョンの WordPress で使用した場合は互換性の問題が発生する可能性があります。

WP REST API Cache

説明

WordPress REST API のキャッシュを有効にし、アプリケーションの速度を向上させます

See details on GitHub: http://github.com/airesvsg/wp-rest-api-cache

インストール

  1. Copy the wp-rest-api-cache folder into your wp-content/plugins folder
  2. Activate the WP REST API Cache plugin via the plugin admin page

FAQ

Installation Instructions
  1. Copy the wp-rest-api-cache folder into your wp-content/plugins folder
  2. Activate the WP REST API Cache plugin via the plugin admin page

評価

2019年7月25日
I have a large wordpress site. Many cache calls received. How to clear cache for the only post which is updated.
2018年11月15日
This plugin breaks API response by messing up returned JSON and increases its size (eg.: 100KB -> 5MB).
2018年5月22日 1 reply
This plugin 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 work, producing a fatal error. Truly, except with the help of a couple of PHP libraries, serialization 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 plugin apparently uses WP transients 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.
7件のレビューをすべて表示

貢献者と開発者

WP REST API Cache はオープンソースソフトウェアです。以下の人々がこのプラグインに貢献しています。

貢献者

“WP REST API Cache” をあなたの言語に翻訳しましょう。

開発に興味がありますか ?

コードを閲覧するか、SVN リポジトリをチェックするか、開発ログRSS で購読してみてください。

変更履歴

1.2.0

adding rest_cache_headers filter

1.1.0

improving the arguments of filters

1.0.0

初期バージョン