This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
[✨] HTTP 103 Early Hint #40
Labels
[STAGE-2] incomplete implementation
Remove this label when implementation is complete
[STAGE-2] not fully covered by tests yet
Remove this label when tests are verified to cover the implementation
[STAGE-2] unresolved discussions left
Remove this label when all critical discussions are resolved on the issue
[STAGE-3] docs changes not added yet
Remove this label when the necessary documentation for the feature / change is added
[STAGE-3] missing 2 reviews for RFC PRs
Remove this label when at least 2 core team members reviewed and approved the RFC implementation
Is your feature request related to a problem?
This is currently not possible to set an HTTP 103 Early Hint response for preloading assets, the browser have to parse the html first.
MDN: Doc: https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/103
Describe the solution you'd like
Ideally Qwik would check for
prelaod
andpreconnect
in theDocumentMeta
. If there are one, send a HTTP 103 Early Hint to the client so it can preload the request without having to wait for the document.Example :
Describe alternatives you've considered
Provide a way to add additional HTTP Responses of the page :
The main issue with this approach is "how to order the responses ?" 103 should be sent as fast as possible (before the document is resolved)
Additional context
No response
The text was updated successfully, but these errors were encountered: