Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

core(insights): implement font display insight #16369

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

adamraine
Copy link
Member

No description provided.

@adamraine adamraine requested a review from a team as a code owner March 5, 2025 23:23
@adamraine adamraine requested review from connorjclark and removed request for a team March 5, 2025 23:23
];
/** @type {LH.Audit.Details.Table['items']} */
const items = [
];
const items = insight.fonts.filter(font => font.wastedTime > 0).map(font => ({
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I suggest making this change to the insight, not here, to remain consistent.

Unless for some reason RPP should show but LH shouldn't.

cc @paulirish

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