Chykalophia Docs
Hosting

Caching on WP Engine

How WP Engine's built-in caching (EverCache) works, why it matters for site speed, and when and how to clear the cache.

WP Engine includes a powerful built-in caching system called EverCache. It stores ready-made copies of your pages so they load faster for every visitor. Understanding how it works helps you know when to clear it — and why you sometimes see stale content after making updates.

Quick summary

WP Engine's EverCache system automatically stores cached versions of your pages, making your site load faster without any setup. After you make significant changes to your site, clearing the cache ensures visitors see the latest version. This can be done in one click from the User Portal or from WordPress admin.

What is caching?

When a visitor loads a page on your WordPress site, the server normally:

  1. Runs PHP code
  2. Queries the database for your content
  3. Assembles the page
  4. Sends it to the visitor

This takes time — especially for complex pages. Caching skips most of this by storing a pre-built copy of the page and serving that instead. The result is much faster page loads.

How EverCache works

WP Engine's EverCache works at the server level, outside WordPress. WP Engine builds many of the features caching plugins offer into its servers, and says its approach is more efficient than those plugins.

EverCache:

  • Automatically caches pages when they're first loaded.
  • Serves cached versions to subsequent visitors.
  • Refreshes cached pages on its own: by default, a cached page expires after 10 minutes.
  • Has default rules that bypass caching for logged-in users and dynamic content (like WooCommerce cart pages).

When to clear the cache manually

Cached pages expire on their own after 10 minutes by default, so a content change often appears without you doing anything. When a change still isn't showing, clear the cache yourself:

  • After a major design change that isn't showing up for visitors
  • After updating plugin settings that affect page output
  • After changing server-side configurations
  • If a visitor reports seeing outdated content

How to clear the WP Engine cache

WP Engine adds its own WP Engine menu to WordPress. From the WordPress admin:

Log in to WordPress admin.

Click WP Engine in the WordPress sidebar, then select Caching.

Click Clear All Caches.

Wait a few seconds, then reload your site to confirm the updated content is showing.

Pages that are never cached

By default, WP Engine bypasses the cache for pages including:

  • The WordPress admin area and login page
  • Pages viewed by logged-in users (anyone with a WordPress login cookie)
  • Pages named cart, checkout, check-out or store
  • A few extra WooCommerce pages, such as the lost-password page, when WooCommerce is installed

This means your experience as a logged-in site editor may not reflect what visitors see. Always check your site in an incognito/private browser window to see the cached version that visitors experience.

Common questions

Why does my site look different when I'm logged in vs when I'm not?

Logged-in users bypass the cache and see uncached pages, which may look slightly different (loading time, minor visual differences). The cached version is what your visitors see — check it in a private browser window.

Can I disable caching for specific pages?

Yes, within limits. WP Engine's support team adds custom cache exclusions for specific pages, and you can see any existing ones on the environment's Cache page in the User Portal. Caching can't be switched off for a whole site or its homepage. Contact us if you need specific pages excluded from caching.

Does clearing cache slow down my site temporarily?

Yes, for a time. After clearing, the next visitor to each page triggers a fresh cache build. WP Engine says your site will be slower until the pages are cached again.

Do I need a separate caching plugin on WP Engine?

No. Caching is built into WP Engine's servers, and WP Engine disallows caching plugins that clash with it, including W3 Total Cache, WP File Cache and WP Super Cache. We don't install additional caching plugins on WP Engine sites.

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

Last updated

On this page