Some impressive test results from
@PatMeenan about Compression Dictionaries (just approved to ship in Chrome!):
github.com/WICG/compression-di…
Unlike traditional gzip or brotli usage, this allows compression ACROSS requests.
So app-v1.js could be reused when downloading app-v2.js so only the differences are downloaded basically.
Or a separate dict could be used to compress similar pages (e.g. those using same templates or layout) so they basically only include page-specific content.
This entry was edited (2 months ago)