Powered Cache offers a bypass feature that allows you to view your site without caching or optimization. This is particularly useful if you want to check how the site looks and performs without any caching or optimizations applied by the plugin.
How to Use the Bypass Functionality
To bypass the caching, you can add a simple parameter to your URL:
- Go to the page you want to view without caching.
- Append
?nopoweredcache=1
to the URL.
https://example.com?nopoweredcache=1
Once you add this parameter to the URL, Powered Cache will temporarily skip caching for that specific page request. This allows you to see the “raw” version of the page without caching or optimizations, which can help in debugging or comparing the optimized vs. non-optimized versions of your site.
When to Use Bypass
- Testing: See how your website looks and performs without any caching or optimizations.
- Debugging: Identify any issues on the page that might be caused by caching or other optimization processes.
This feature is helpful for administrators, developers, and anyone who needs a quick way to view an unoptimized version of a page without altering the overall cache settings for the entire site.