cloudfour / lighthouse-parade

A Node.js command line tool that crawls a domain and gathers lighthouse performance data for every page.
MIT License
357 stars 14 forks source link

Reuse chrome instances #133

Closed calebeby closed 11 months ago

calebeby commented 1 year ago

This was removed in: https://github.com/cloudfour/lighthouse-parade/pull/132

At this time, the @next release of lighthouse supports reusing chrome instances. If/when Lighthouse releases the new version that supports that, we should switch back to reusing chrome instances.

calebeby commented 11 months ago

The removal was reverted in https://github.com/cloudfour/lighthouse-parade/pull/137 (it was added back)