What is the name of the domain?
What is the error message?
No error message
What is the issue you’re encountering
“link preloads” statements in HTML head do not generate early hints
What steps have you taken to resolve the issue?
According to Early Hints · Cloudflare Pages docs, the “link preloads” statements in the HTML head will generate early hints. But my test page, Early Hints test, shows that it does not work. This simple webpage has the same setting as the sample HTML code in Early Hints · Cloudflare Pages docs, but that does not trigger 103 early hints.
However, if I put the “link preloads” statements in the HTTP response header, I see 103 early hints are generated.
Please let me know if the above behavior is expected, or I made some mistakes in my test.
Thanks
Debin