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.
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)