Skip to main content

โšก Performance โ€“ Caching

WC Studio provides advanced caching options to speed up your WooCommerce store and reduce server load. From page-level caching to in-memory object caching, these tools ensure your site runs fast and efficiently.

๐Ÿ“ Go to: WC Studio โ†’ Stores โ†’ Select a Store โ†’ Performance โ†’ Caching


๐Ÿš€ Available Caching Types

๐Ÿ“„ Page Cache (FastCGI Cache)

Recommended: Enabled by default for optimal performance.
  • Utilizes Nginx FastCGI Cache for full-page caching.
  • Reduces server processing time by serving static HTML versions of your pages.
  • Especially effective for high-traffic product and landing pages.
๐Ÿ’ก Best for: Speeding up page load times across your entire storefront.

๐Ÿง  Object Cache (Redis)

Enabled for all stores using WC Studioโ€™s managed infrastructure.
  • Stores repeated database queries and API calls in fast-access memory.
  • Improves performance by reducing direct database hits.
  • Powered by Redis โ€” a lightning-fast in-memory key-value store.
๐Ÿ’ก Best for: Speeding up backend performance, admin dashboard, and dynamic store features like filters, carts, and search.

๐Ÿ”„ Clearing Cache

You can manually clear object cache:
  1. Navigate to Performance โ†’ Caching
  2. Click the โ€œClear Cacheโ€ button under Object Cache
โš ๏ธ Use this if youโ€™ve updated plugins, themes, or made changes that arenโ€™t showing up on the frontend.

๐Ÿงฐ Cache Modes Summary

Cache TypeStatusDescription
Page CacheFastCGIFull-page cache using Nginx (Recommended)
Object CacheRedisStores DB queries & API calls in memory
NoneOptionalDisable caching (not recommended for live sites)