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: remove first-meaningful-paint metric #16047

Merged
merged 12 commits into from
Jun 7, 2024
Prev Previous commit
Next Next commit
fix stale comments
  • Loading branch information
connorjclark committed Jun 6, 2024
commit 68638c6519508dbcff69666fe78e78a7739d81d9
2 changes: 1 addition & 1 deletion core/test/computed/metrics/interactive-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ describe('Metrics: TTI', () => {
);

const cpu = [
// quiet period before FMP
// quiet period before FCP
{start: 9000, end: 9900},
{start: 11000, end: 13000},
// quiet period during network activity
Expand Down
Loading