-
Notifications
You must be signed in to change notification settings - Fork 27
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
Use web.dev/fcp thresholds #37
Comments
Is the suggestion to change the slow TTFB threshold from 1500 to 1800? |
Perhaps I'm not seeing how https://ismyhostfastyet.com/ is related to the FCP changes. Based on the announcement post I'm trying to figure out what there are different thresholds for what constitutes a "good/fast" FCP number. |
Generally, having a good TTFB makes it easier to achieve fast FCP/LCP. FYI the CrUX post you linked is from 2020 and has since been superseded by this update. |
How about adding a toggle to switch between TTFB/FCP/LCP? |
I think TTFB is the only metric that can be directly attributed to hosts. FCP/LCP are more measures of front-end performance, so it wouldn't necessarily be reflective of the hosts' back-end performance. |
Yeah good point. I think that section could be updated/removed. I think there is a very limited set of metrics that are relevant to attribute at the host level, and TTFB strikes me as the only metric that is both relevant to hosts and available in the CrUX dataset. If there are new metrics that we could add to CrUX that would enable better host-level insights, I'd love to see those suggestions in the CrUX discussion forum. |
In May there were changes to the TTFB and FCP thresholds - https://groups.google.com/a/chromium.org/g/chrome-ux-report-announce/c/6soDVEEacPM/m/Ny6Z9hwgAgAJ
I'm unsure why the FCP values that were mentioned in there are being used:
Looking at https://web.dev/fcp/ the "good/fast" breakdown is 1,800 ms or less. Why the the 300 ms difference here?
The text was updated successfully, but these errors were encountered: