Subdomain caching

I’ve created a subdomain that we are going to use on Instapages to serve our landing pages on. I’m wondering if there is caching enabled on the subdomain. We are going to be doing a lot of A/B testing on the landing pages and don’t want the subdomain to be cached. Thanks for your help.

Thanks,
Sean

1 Like

Subdomain caching works just as regular domain caching. Static files are cached by default.
If you want no caching on the subdomain, you’ll need to create a Page Rule:
Match: sub.example.com/* (matches all files and pages)
Setting: Cache Level (Bypass)

https://support.cloudflare.com/hc/en-us/articles/200172516-Which-file-extensions-does-Cloudflare-cache-for-static-content-

1 Like

Perfect, thanks!

1 Like

This topic was automatically closed after 30 days. New replies are no longer allowed.