Skip to content

Conversation

crisbeto
Copy link
Member

@crisbeto crisbeto commented Oct 7, 2025

Fixes the following issues with our Lighthouse results:

  1. Only captures the properties we need from the audit object, instead of the full one. This keeps the report small and avoids serialization issues.
  2. Properly displays binary audits in the report.

Currently we store the entire Lighthouse audit object in the report which increases the report size and can make the report hard to serialize. These changes only capture the properties we care about.
Fixes that we were displaying binary Lighthouse results as numbers.
@crisbeto crisbeto merged commit 65bb7ae into angular:main Oct 7, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants