Cloudflare has introduced Early Hints based on Link Header. I am a little bit confused about how I should send the link header in my PHP script. As I understand, I should send the Link Header for the links to preconnect I think we can send HTTP 103 Early Hint via PHP headers Is it enough? Answer No, you actually
Tag: cloudflare
CloudFlare cached pages – country detection
I’m working on a purchase page for a new product that the inventor is expecting to receive significant media coverage for (time will tell…). We’re building a simple 1-page product page using HTML, CSS and using Stripe’s (hosted) checkout pages. We’re trying to minimise the amount of back-end logic needed as this is less able to be cached by CloudFlare.