Usage

To run the audit manually:

yarn install
yarn start

go to https://localhost:8080 and rund audit from devtools

Findings

I created a component that renders:

  • Normal h1
  • Counter (using setInterval)
  • And a list of 1000 random numbers

Tried rendering number of instances of them on page and measuring performance using google lighthouse tool

You can also view the audit output JSON in audit_logs directory. You can use this viewer