Using Google Lighthouse to measure site performance and accessibility.
This can be used in Chrome/Chromium dev-tools for quick and simple stats. Or by installing the lighthouse cli (npm i -g lighthouse
) and running
lighthouse <url>
This will generate a JSON report which can viewed using the Lighthouse Report Viewer.