Configure caching
Caching stores ready-made copies of your pages so they load faster.
Steps
- Go to Websites → [site] → Cache.
- Options include:
- Object caching (Redis) — caches database queries for dynamic sites like WordPress/WooCommerce.
- Purge cache — clear cached pages after you publish changes.
- Bypass patterns — exclude specific cookies or URLs (e.g. cart, checkout, logged-in areas) from caching.
- Save. Purge the cache after making visible changes.
Troubleshooting
- Changes not showing — Purge cache and reload; check your browser cache too.
- Cart/login behaving oddly — add those URLs/cookies to the bypass list so they're never cached.
Related: Manage plugins, themes & WordPress core · Use a staging site