โก 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:- Navigate to Performance โ Caching
- 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 Type | Status | Description |
|---|---|---|
| Page Cache | FastCGI | Full-page cache using Nginx (Recommended) |
| Object Cache | Redis | Stores DB queries & API calls in memory |
| None | Optional | Disable caching (not recommended for live sites) |

