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(lantern): use LCP instead of FMP for TTI simulation bounds #16046

Merged
merged 4 commits into from
Jun 6, 2024

Conversation

connorjclark
Copy link
Collaborator

ref #15841

FMP is old, and we don't want to add it to trace engine or RPP. So let's replace its usage in Lantern with LCP.

Things happen to improve with our test database. whatever.

image

@connorjclark connorjclark requested a review from a team as a code owner June 6, 2024 21:22
@connorjclark connorjclark requested review from adamraine and removed request for a team June 6, 2024 21:22
@@ -18,7 +18,7 @@ const str_ = i18n.createIcuMessageFn(import.meta.url, UIStrings);

/**
* @fileoverview This audit identifies the time the page is "consistently interactive".
* Looks for the first period of at least 5 seconds after FMP where both CPU and network were quiet,
* Looks for the first period of at least 5 seconds after FCP where both CPU and network were quiet,

Choose a reason for hiding this comment

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

Should this be LCP and not FCP?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

yup, fixed over in #16173. thank ya.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants