Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for HTTP/3 Early Hints #644

Merged
merged 2 commits into from
Nov 20, 2024

Conversation

indykoning
Copy link
Member

@indykoning indykoning commented Nov 14, 2024

Early hints can improve performance and lighthouse scores by returning Preload and preconnect link headers BEFORE the server has it's response ready. So JS, CSS, and fonts could be loaded before your HTML has finished downloading.

lowering the time to first paint, reducing layout shifts caused by fonts, and improving the speed at which the JS can start executing.

This will automatically install the early hints package, and configure it to work with Rapidez and all it's fallback routes.

docs: rapidez/docs#63

(Do we want this in V2 as well?)

@royduin royduin merged commit 49b9af5 into rapidez:master Nov 20, 2024
9 of 10 checks passed
@royduin
Copy link
Member

royduin commented Nov 20, 2024

Just v3 is fine, thanks! 🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants