Developer Update

v1.0.0 — Initial Release

Excited to release our new WordPress plugin product for caching REST API requests. — About 14ms per cache hit, 10–15x faster than database-based alternatives.


Excited to release our new WordPress plugin product for caching REST API requests.

We built Frosty Cache to remove the performance bottlenecks WordPress hits when serving the REST API to decoupled frontends — including eCommerce, for the likes of WooCommerce. Our own need was specific: Headless WordPress running CoCart, our main product.

Instead of caching in the database like most REST cache plugins, Frosty Cache stores responses as static JSON files and serves them before WordPress even connects to the database — about 14ms per cache hit, 10–15x faster than database-based alternatives.

What’s in v1.0.0

  • Pre-database serving via an advanced-cache.php drop-in
  • ETag generation with If-None-Match / 304 Not Modified support
  • Smart invalidation — only affected files are purged, never a full flush
  • WooCommerce and CoCart compatibility modules
  • 18+ hooks and filters for full cache lifecycle control
  • WP-CLI commands: flush, clear-post, clear-route, status, warm, repair, and more

Full reference is in the documentation.

Launch discount

To celebrate, use code FROSTYLAUNCHED for 20% off any plan — valid through 31 October 2026. Apply it at checkout from the pricing page.

Feedback welcome

This is a v1.0.0. If something breaks, feels off, or you’d like to see a feature, open an issue on our GitHub repository — that’s also where you’ll download plugin releases. We read everything and appreciate you trying Frosty Cache this early.

← Back to Changelog