Caching
Saving the result of expensive work so the next request can return it instantly.
Last updated ยท Reviewed by Ali Hassan
WordPress caching covers page cache (full HTML), object cache (database queries), and browser cache (static assets). A correctly tuned cache stack drops average response time from 600ms to under 50ms. Misconfigured caches cause logged in users to see other users' data.