Use HTTP 103 to preload assets while we wait for Matrix requests to respond #32
Labels
A-backend
Related to the backend Node.js server pieces
A-performance
What is slow, what made it faster and more efficient?
T-Enhancement
New feature or request
Milestone
https://developer.chrome.com/blog/new-in-chrome-103/#http103
https://github.com/bashi/early-hints-explainer/blob/main/explainer.md
Easy with Cloudflare?
From https://developers.cloudflare.com/cache/about/early-hints/, it seems like we can just add
Link
rel="preload"
headers to our page and then enable the feature in Cloudflare which will pick those up and serve them as 103 early hints for us.The text was updated successfully, but these errors were encountered: