-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Shared compression dictionaries #26257
base: main
Are you sure you want to change the base?
Conversation
@pmeenan could you review this too? |
LGTM. The links will probably need to be updated once the RFC publishes (already approved, just waiting for the gears to turn). |
Linting issue should be fixed once w3c/browser-specs#1737 is merged and released |
Oh if there's a proper RFC then we should wait for that. Unless it's going to be a while? Do you know the RFC number yet? |
Don't have a number yet but it may take a while because it is waiting for the shared brotli draft to get a RFC number first (also approved for publication). I'll see if I can nudge it but it's probably a few months out if history is any indicator |
Summary
Shared Compression Dictionary is a new standard to allow much smaller resource sizes by reusing either previous resources as dictionaries, or having a separate disctionary.
It is available using Brotli or the newer ZStd compression standards and has been available in Chrome since 130
This PR adds the changes to HTTP headers to BCD.
Test results and supporting details
https://chromestatus.com/feature/5124977788977152
Related issues