I’m a little confused as to what’s the best thing to do here.
I’m hosting a static site on Cloudflare Pages, and as far as I understand, Pages already distributes the site across the CDN and edge, and it also has built-in SSL. Does enabling further proxying via cloudflare DNS do anything, or just potentially slow the site down?
I know it has one drawback - it caches some stuff so when I push changes to the site, the old one is still cached. The docs don’t give much info about this, so I was wondering if anyone knew the best practice. I’m inclined to say putting it behind a proxy wouldn’t really do anything, but am not sure.