Chykalophia Docs
Hosting

Caching on Kinsta

How Kinsta's built-in server-level caching works, how to clear the cache, and when you might need to purge it.

hostingkinstaperformancemaintenance

Kinsta includes a powerful server-level caching system that makes your WordPress site load fast for every visitor. It's built in, requires no plugins, and can be cleared with one click when needed.

Quick summary

Kinsta's caching stores ready-made copies of your pages on the server, serving them to visitors without rebuilding them from scratch each time. This makes your site significantly faster. After making changes to your site, clearing the cache ensures visitors see the latest version.

How Kinsta caching works

Kinsta uses a full-page cache built into its server infrastructure using Nginx and Redis (a fast in-memory data store). When a visitor loads a page:

  1. Kinsta checks if a cached version exists.
  2. If yes, it serves the cached page instantly — no PHP or database processing needed.
  3. If no, it builds the page, serves it to the visitor, and caches it for next time.

This means the first visitor to a page after a cache clear triggers a fresh build; every visitor after that gets the fast cached version.

What Kinsta caches

Kinsta's cache applies to:

  • Standard public-facing pages and posts
  • Archives (like blog post lists and category pages)

Kinsta's caching is intelligent — it automatically bypasses the cache for:

  • Logged-in users
  • WooCommerce cart and checkout pages
  • Pages with active form sessions
  • Any page with certain cookies set

This means your experience as a logged-in site editor may differ from what a visitor sees. Always check your site in a private/incognito browser window to see the cached visitor experience.

Checking your cache performance

MyKinsta's Analytics section includes a Cache hit ratio — the percentage of requests served from cache. A higher ratio means better performance. A ratio above 80% is generally healthy for a business site.

Clearing the cache in MyKinsta

When you make significant changes to your site and want visitors to see them immediately:

Log in to MyKinsta and open your site.

Go to the Tools section in the site navigation.

Find the Cache option — usually labeled "Clear cache" or similar.

Click to clear all caches. This purges the page cache for the entire site.

Reload your website in a fresh incognito/private browser tab to confirm the update is showing.

Clearing the cache from WordPress

Kinsta's WordPress plugin (usually called "Kinsta MU Plugin" or accessible via the admin bar) provides a cache-clear button directly in WordPress:

Log in to WordPress admin.

Look for the Kinsta Cache section in the WordPress admin menu or in the top admin bar.

Click "Clear cache."

Common questions

Need a hand?

If you're stuck, email support@chykalophia.com and we'll help. Include your website address and a screenshot if you can.

Learn more

Caching on Kinsta | Chykalophia Docs