RESTful JSON API Pro WordPress Plugin: Caching and WP Transients, Explained
Every public API request costs something. WordPress loads, hooks run, posts and terms are queried, objects are shaped, and a JSON response is encoded. When a mobile app, widget, or frontend asks the same read-only question again and again, the site should not pay the full cost every time. That is the job of Caching…

