GoogleChrome / lighthouse

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

core(full-page-screenshot): emit screenshot commands in parallel #15862

Closed connorjclark closed 6 months ago

connorjclark commented 6 months ago

Minor thing, lets send these commands at the same time instead of one at a time. Might possibly reduce the chance of a race condition.