這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

WP REST API Cache

外掛說明

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

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

常見問題集

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 則留言
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

initial version