WP REST Cache
View on WordPress.orgScores higher than 79% of indexed plugins
About
Enable caching of the WordPress REST API and auto-flush caches upon wp-admin editing.
Security History
What It Does
WP REST Cache adds a caching layer to your WordPress REST API responses, reducing repeated database and PHP work for identical requests. When content is updated through wp-admin, the plugin automatically flushes the affected cache entries so visitors do not see stale data. It is a focused utility, not a general page cache solution.
Who It's For
This plugin fits headless WordPress setups, decoupled frontends, and any site where the REST API is hit heavily by mobile apps, third-party clients, or JavaScript frameworks. It is also useful for multisite networks and content-heavy sites serving many API consumers concurrently.
Who Should Skip It
If your site is a traditional blog or marketing site that mostly serves HTML pages, or if you already use a full-page caching plugin that handles REST responses, you do not need this. Pure WooCommerce stores or sites with highly personalized API output will get little benefit.
The Bottom Line
WP REST Cache solves a narrow but real problem: speeding up REST API responses that would otherwise hit the database on every request. Its excellent rating, recent updates, and broad compatibility make the code trustworthy, but the small user base and thin support history mean you are betting on a lesser-known tool. If your architecture actually depends on the REST API at scale, it is worth trying; otherwise, a full-page cache will serve you better.
Related Plugins
Pick this when your traffic runs through Cloudflare and you want edge caching rather than origin-level REST caching.
Choose this if you want an all-in-one suite that bundles caching, image compression, minification, and database cleanup.
Go with this when you need a beginner-friendly, widely deployed page cache with millions of installs and proven stability.
Pick this if you want a free, Automattic-built page cache that is battle-tested at very large scale.
Choose this if you want a modern, broad performance plugin covering caching, CSS, JS, and image optimization in one package.