β‘ 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) |