[✨] HTTP 103 Early Hint #117
GrandSchtroumpf
started this conversation in
Proposals For Qwik
Replies: 1 comment
-
We moved this issue to |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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
Beta Was this translation helpful? Give feedback.
All reactions