How to bypass Cache
Bypassing cache can be necessary in specific situations where the content being served is outdated, incorrect, or needs to reflect real-time changes. Here are some common scenarios where bypassing cache is useful:
- For Troubleshooting or Testing
When debugging an issue or testing layout/design changes, the cache might serve older versions of files (HTML, CSS, JS). Bypassing the cache ensures you’re seeing the actual live version from the origin server, not a cached copy. - During site deployments or migrations
If you’ve made significant backend changes or moved your site, old cached files might conflict with the new environment or structure. Bypassing the cache ensures a clean slate, reducing the risk of loading issues or broken pages.
Steps
-
1
-
2Select a Product (e.g. Web Hosting) from the side menu.
-
3Select the specific domain name.
-
4Click the arrow next to Cache under Web Accelerator.
-
5In the Overview tab, toggle the Bypass to ‘ON’ or ‘OFF’.
Bypassing or clearing cache too frequently can reduce performance and increase server load. For better efficiency, we recommend targeted cache clearing (via a Varnish purge plugin) to clear only the necessary parts of the cache.