GoogleChrome / lighthouse

Automated auditing, performance metrics, and best practices for the web.
https://developer.chrome.com/docs/lighthouse/overview/
Apache License 2.0
28.03k stars 9.32k forks source link

core(network-request): recognize zstd compression algorithm #15883

Closed selfisekai closed 3 months ago

selfisekai commented 3 months ago

Summary

bugfix

chromium M123 adds zstd content-encoding. lighthouse checks a list of compression algorithms to see if a response was compressed.

Related Issues/PRs

closes https://github.com/GoogleChrome/lighthouse/issues/15882