I’d like to cache small speedtest files on my site, speed.riverside.rocks. I have a page rule that caches everything when a user access that subdomain:
I would recommend fixing this at your origin, but if you don’t want to do that you can disable origin cache control on your page rule and set an edge cache TTL also. That will force us to cache but I’d really recommend you look at why your origin is issuing no-cache instructions.
Thanks @simon, finally, how could I ignore cache content independent of the query string? For example, index.php?home=true gets cached along with index.php. Is this possible?