یہ پلگ ان ورڈپریس کے تازہ ترین 3 ریلیزوں کے ساتھ ٹیسٹ نہیں کیا گیا ہے۔ اب یہ برقرار نہیں رکھا جا سکتا یا معاونت نہیں کی جا سکتی اور اس کو ورڈپریس کے تازہ ترین ورژنز کے ساتھ استعمال کیے جانے پر مطابقت کے مسائل ہو سکتے ہیں۔

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

جائزے

جولائی 25, 2019
I have a large wordpress site. Many cache calls received. How to clear cache for the only post which is updated.
نومبر 15, 2018
This plugin breaks API response by messing up returned JSON and increases its size (eg.: 100KB -> 5MB).
مئی 22, 2018 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” کا اپنی زبان میں ترجمہ کریں۔

ڈویلپمینٹ میں دلچسپی ہے؟

کوڈ براؤز کریں، ایس این وی ریپوزیٹری کو چیک کریں یا ڈویلپمینٹ لاگ کو سبسکرائب کریں بذریعہ آر ایس ایس۔

چینج لاگ

1.2.0

adding rest_cache_headers filter

1.1.0

improving the arguments of filters

1.0.0

initial version