feat: We only need pages which are actionable for all customers#2299
Merged
tkotthakota-adobe merged 5 commits intomainfrom Apr 8, 2026
Merged
feat: We only need pages which are actionable for all customers#2299tkotthakota-adobe merged 5 commits intomainfrom
tkotthakota-adobe merged 5 commits intomainfrom
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
ramboz
reviewed
Apr 3, 2026
ramboz
left a comment
There was a problem hiding this comment.
Looks overall good to me, but I would change it to all sites and not just PLG ones
|
This PR will trigger no release when merged. |
Contributor
Author
|
@ramboz PR is updated. |
ramboz
approved these changes
Apr 3, 2026
solaris007
pushed a commit
that referenced
this pull request
Apr 8, 2026
# [1.405.0](v1.404.0...v1.405.0) (2026-04-08) ### Features * We only need pages which are actionable for all customers ([#2299](#2299)) ([316813f](316813f))
Member
|
🎉 This PR is included in version 1.405.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
https://jira.corp.adobe.com/browse/SITES-42676
https://jira.corp.adobe.com/browse/SITES-42074
Problem
CWV audit was storing suggestions for all pages, including pages where every
metric is already within acceptable thresholds (LCP ≤ 2500ms, CLS ≤ 0.1, INP ≤
200ms). These pages are not actionable and added noise to the opportunity.
Changes
src/cwv/kpi-metrics.js
src/cwv/opportunity-sync.js
Why global, not PLG-only
Pages that pass all CWV thresholds are not actionable for any customer. There is
no value in storing or displaying them regardless of site type.