Introduction
W3 Total Cache is a powerful WordPress plugin that dramatically improves page load times through caching, minification, and CDN integration. In this 2026 guide, we cover the optimal settings for Redis or Memcached, Page Cache, Browser Cache, Minify, and CDN configuration with Cloudflare and BunnyCDN.

1. Setup Guide
Before configuring anything, enable Redis or Memcached on your host (usually via cPanel > PHP Extensions). Once activated, run the W3 Total Cache setup tests for page, database, and object cache. The setup guide highlights the fastest method with the highest savings.

2. General Settings
- Preview Mode: ON to test changes safely.
- Page Cache: ON with method set to the best result from the setup guide.
- Minify: ON in AUTO mode; test manually if issues arise.
- Browser Cache: ON to instruct browsers to store static assets.
- CDN: ON when using a CDN URL (e.g., BunnyCDN).
- Opcode Cache: Enable if your host supports OPcache.
3. Page Cache
- Cache Front Page: ON.
- Cache Feeds & SSL: ON.
- Exclude Query Strings: OFF unless necessary.
- Don’t Cache for Logged‐In Users: ON by default.
- Automatic Cache Preload: TEST with your sitemap URL.

4. Minify Settings
- HTML/JS/CSS Minification: ON; use default engines (HTML Minify, JSMIN, CSS Minify).
- Rewrite URL Structure: ON for clean links.
- Minify Error Notification: Admin notification.
- Line Break Removal & HTTP/2 Push: TEST and verify site integrity.
5. CDN Configuration
Combine Cloudflare’s global edge network with a pull‐zone CDN like BunnyCDN for best results. In General Settings, set CDN Type to Generic Mirror and enter your BunnyCDN hostname. Activate the BunnyCDN plugin with your pull zone for deeper asset coverage.

6. Browser Cache
- Enable Expires, Cache Control, and ETag headers for static files.
- Enable gzip/brotli compression if supported by your host.
- Prevent cookies on static assets: ON.
Conclusion
These settings provide a strong foundation for W3 Total Cache in 2026. Always test each option for compatibility and monitor real‐world performance. For further tweaks, consult the official W3 Total Cache documentation or explore premium features.

