Supercharge compression efficiency with shared dictionaries | Blog | Chrome for Developers
Data compression is a time-tested performance optimization technique that reduces the size of eligible page resources. For some time, it was common practice to primarily use gzip on web servers to compress common text-based page resources such as HTML, CSS, and JavaScript files, and send them to the client where they could be decompressed. The result is faster load times for resources without affecting the intended behavior of a page.
Though gzip is highly effective in its own right, further imp...
Read more at developer.chrome.com