Title: WP REST API Cache
Author: airesvsg
Published: <strong>24 de Maio, 2016</strong>
Last modified: 3 de Marzo, 2018

---

Buscar plugins

![](https://ps.w.org/wp-rest-api-cache/assets/banner-772x250.jpg?rev=1423638)

Este plugin **non se actualizou en máis de 2 anos**. É posible que xa non sexa compatible
ou mantido por ninguén, ou podes ter problemas de compatibilidade cando se usa con
novas versións de WordPress.

![](https://ps.w.org/wp-rest-api-cache/assets/icon-256x256.jpg?rev=1423638)

# WP REST API Cache

 Por [airesvsg](https://profiles.wordpress.org/airesvsg/)

[Descargar](https://downloads.wordpress.org/plugin/wp-rest-api-cache.1.2.0.zip)

 * [Detalles](https://gl.wordpress.org/plugins/wp-rest-api-cache/#description)
 * [Valoracións](https://gl.wordpress.org/plugins/wp-rest-api-cache/#reviews)
 *  [Instalación](https://gl.wordpress.org/plugins/wp-rest-api-cache/#installation)
 * [Desenvolvemento](https://gl.wordpress.org/plugins/wp-rest-api-cache/#developers)

 [Soporte](https://wordpress.org/support/plugin/wp-rest-api-cache/)

## Descrición

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

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

## Instalación

 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

## Preguntas frecuentes

  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

## Comentarios

![](https://secure.gravatar.com/avatar/cc1fa8fe3014e161d0e87594f94ec34245f540ac6a4b0b0ae43d6408da5f3af9?
s=60&d=retro&r=g)

### 󠀁[It is messed up](https://wordpress.org/support/topic/it-is-messed-up/)󠁿

 [arindam4u](https://profiles.wordpress.org/arindam4u/) 25 de Xullo, 2019

I have a large wordpress site. Many cache calls received. How to clear cache for
the only post which is updated.

![](https://secure.gravatar.com/avatar/173589bce0f6860484e5384fc5923284986a4dc7bf5f40061e585dcfceae5f10?
s=60&d=retro&r=g)

### 󠀁[Breaks API response](https://wordpress.org/support/topic/breaks-api-response/)󠁿

 [peronczyk](https://profiles.wordpress.org/peronczyk/) 15 de Novembro, 2018

This plugin breaks API response by messing up returned JSON and increases its size(
eg.: 100KB -> 5MB).

![](https://secure.gravatar.com/avatar/1894e91b32c9f80d8f30a42d360af6983a507f1cf2c621b7c9a0a0de14e011c5?
s=60&d=retro&r=g)

### 󠀁[Does not support closures](https://wordpress.org/support/topic/does-not-support-closures/)󠁿

 [Xedin Unknown](https://profiles.wordpress.org/xedinunknown/) 22 de Maio, 2018 
1 resposta

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.

![](https://secure.gravatar.com/avatar/54720c3992c268adc09207a515d52ba7a2aecf3b38b5df0f38e3a4bf3724aaf2?
s=60&d=retro&r=g)

### 󠀁[Works great, very fast API calls now 🌟](https://wordpress.org/support/topic/works-great-very-fast-api-calls-now-%f0%9f%8c%9f/)󠁿

 [Graeme Fulton](https://profiles.wordpress.org/graylien/) 18 de Marzo, 2017

It seems about 8 times faster to make API calls now using this plugin. 5 Stars all
the way!

![](https://secure.gravatar.com/avatar/02249463211397de0cd7a2f8e2347a61eee04cd6f3b3047f86f3750b878b0347?
s=60&d=retro&r=g)

### 󠀁[Brilliant. Speeds up API immensely](https://wordpress.org/support/topic/brilliant-speeds-up-api-immensely/)󠁿

 [jonnyboggon](https://profiles.wordpress.org/jonnyboggon/) 3 de Marzo, 2017

Remember to set WP_DEBUG to false in wp-config or will not work.

![](https://secure.gravatar.com/avatar/9f7e2e99176541fbf1e08002ad73b4064db8b7dbe04259bd52c36dbcfaefbee2?
s=60&d=retro&r=g)

### 󠀁[Not working with _embed](https://wordpress.org/support/topic/not-working-with-_embed/)󠁿

 [redprogrammer](https://profiles.wordpress.org/redprogrammer/) 9 de Febreiro, 2017
7 respostas

there is a bug and the owner is not interested in

 [ Ler todas as 7 opinións ](https://wordpress.org/support/plugin/wp-rest-api-cache/reviews/)

## Colaboradores e desenvolvedores

“WP REST API Cache” é un software de código aberto. As seguintes persoas colaboraron
con este plugin.

Colaboradores

 *   [ airesvsg ](https://profiles.wordpress.org/airesvsg/)

[Traduce “WP REST API Cache” ao teu idioma.](https://translate.wordpress.org/projects/wp-plugins/wp-rest-api-cache)

### Interesado no desenvolvemento?

[Revisa o código](https://plugins.trac.wordpress.org/browser/wp-rest-api-cache/),
bota unha ollada ao[repositorio SVN](https://plugins.svn.wordpress.org/wp-rest-api-cache/),
ou subscríbete ao [log de desenvolvemento](https://plugins.trac.wordpress.org/log/wp-rest-api-cache/)
por [RSS](https://plugins.trac.wordpress.org/log/wp-rest-api-cache/?limit=100&mode=stop_on_copy&format=rss).

## Rexistro de cambios

#### 1.2.0

adding rest_cache_headers filter

#### 1.1.0

improving the arguments of filters

#### 1.0.0

initial version

## Meta

 *  Versión **1.2.0**
 *  Última actualización **Fai 8 anos**
 *  Instalacións activas **300+**
 *  Versión de WordPress ** 4.3 ou superior **
 *  Probado ata **4.9.29**
 *  Idioma
 * [English (US)](https://wordpress.org/plugins/wp-rest-api-cache/)
 * Etiquetas
 * [api](https://gl.wordpress.org/plugins/tags/api/)[cache](https://gl.wordpress.org/plugins/tags/cache/)
   [rest](https://gl.wordpress.org/plugins/tags/rest/)[wp-api](https://gl.wordpress.org/plugins/tags/wp-api/)
   [wp-rest-api](https://gl.wordpress.org/plugins/tags/wp-rest-api/)
 *  [Vista avanzada](https://gl.wordpress.org/plugins/wp-rest-api-cache/advanced/)

## Valoracións

 3.4 de 5 estrelas

 *  [  4 valoracións de 5 estrelas     ](https://wordpress.org/support/plugin/wp-rest-api-cache/reviews/?filter=5)
 *  [  0 valoracións de 4 estrelas     ](https://wordpress.org/support/plugin/wp-rest-api-cache/reviews/?filter=4)
 *  [  0 valoracións de 3 estrelas     ](https://wordpress.org/support/plugin/wp-rest-api-cache/reviews/?filter=3)
 *  [  1 valoración de 2 estrelas     ](https://wordpress.org/support/plugin/wp-rest-api-cache/reviews/?filter=2)
 *  [  2 valoracións de 1 estrelas     ](https://wordpress.org/support/plugin/wp-rest-api-cache/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/wp-rest-api-cache/reviews/#new-post)

[Ver todas as valoracións](https://wordpress.org/support/plugin/wp-rest-api-cache/reviews/)

## Colaboradores

 *   [ airesvsg ](https://profiles.wordpress.org/airesvsg/)

## Soporte

Tes algo que dicir? Necesitas axuda?

 [Ver o foro de soporte](https://wordpress.org/support/plugin/wp-rest-api-cache/)

## Doar

Queres apoiar o progreso deste plugin?

 [ Dona a este plugin ](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=airesvsg%40gmail%2ecom&lc=BR&item_name=Aires%20Goncalves&no_note=0&currency_code=USD&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHostedGuest)