Skip to content

core(insights): implement duplicated-javascript-insight #16456

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

Merged
merged 1 commit into from
Apr 25, 2025

Conversation

connorjclark
Copy link
Collaborator

@connorjclark connorjclark commented Apr 23, 2025

ref #16323

Implements the duplicated-javascript-insight audit.

I also noticed something that we need to resolve. All byte eff audits (including dupe js, legacy js) represent their byte values as network transfer sizes (both in the JSON and in the report via displayValue and individual item rows). However, currently in the trace engine insight model + RPP for these insights, the individual item rows are in terms of resource size savings (so are Est savings). Need to resolve this difference. EDIT: resolved here, will grab in next TraceEngine dep update

@connorjclark connorjclark requested a review from a team as a code owner April 23, 2025 00:36
@connorjclark connorjclark requested review from paulirish and removed request for a team April 23, 2025 00:36
@connorjclark connorjclark merged commit 1e08628 into main Apr 25, 2025
28 checks passed
@connorjclark connorjclark deleted the dupe-js-insight branch April 25, 2025 21:09
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