GoogleChrome / lighthouse

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

Testing Page metrics for different HTTP versions #15979

Closed NithishK2002 closed 5 months ago

NithishK2002 commented 5 months ago

It would be better if there is an option to check page metrics by loading the same site with different HTTP versions...

connorjclark commented 5 months ago

There is no readily available way for us to limit chrome to using only a specific HTTP protocol version. You can instead vary how your server responds with some query parameter.