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

Fix reportAllChanges behavior for LCP when library is loaded late #468

Merged
merged 13 commits into from May 3, 2024

Conversation

tunetheweb
Copy link
Member

Currently if reportAllChanges=true but web-vitals is loaded late, then it doesn't report all LCP changes as we take the last one.

This can be confusing and make you think only one LCP entry was emitted when multiple ones were. It can be useful to know that multiple entries are emitted and this works for all the other metrics.

I also removed some "// Greater than the image load delay." comments that weren't true.

@tunetheweb
Copy link
Member Author

Not sure what's gling on with the Firefox test. Unrelated to this PR and seems it's using v127.0a1 instead of v125.0.1 (the last successful run 2 days ago) so a dependency upgrade and seems to be ahead of stable now. Will keep digging...

@tunetheweb
Copy link
Member Author

OK I think it's just a case of Firefox Nightly being a bit broken at the mo. Will try rerunning this tomorrow.

src/onLCP.ts Outdated Show resolved Hide resolved
src/onLCP.ts Outdated Show resolved Hide resolved
src/onLCP.ts Outdated Show resolved Hide resolved
@tunetheweb tunetheweb merged commit 56e49c9 into v4 May 3, 2024
5 of 6 checks passed
@tunetheweb tunetheweb deleted the allow-multiple-lcps-reportallchanges branch May 3, 2024 12:22
@philipwalton philipwalton changed the title Allow reportAllChanges for LCP for late loaded script Fix reportAllChanges behavior for LCP when library is loaded late May 3, 2024
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.

None yet

2 participants