Skip to content

Commit

Permalink
fix(client): warn about deprecated FID
Browse files Browse the repository at this point in the history
Fixes #229
  • Loading branch information
harlan-zw committed Sep 29, 2024
1 parent 0f9f906 commit ffb54ac
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/core/src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ export const DefaultColumns: Record<UnlighthouseTabs, UnlighthouseColumn[]> = {
{
cols: 1,
label: 'FID',
tooltip: 'The maximum potential First Input Delay that your users could experience is the duration of the longest task. [Learn more](https://web.dev/lighthouse-max-potential-fid/).',
warning: true,
tooltip: 'Warning: This is deprecated in favour if INP which is not yet supported by Unlighthouse. The maximum potential First Input Delay that your users could experience is the duration of the longest task. [Learn more](https://web.dev/lighthouse-max-potential-fid/).',
sortKey: 'numericValue',
key: 'report.audits.max-potential-fid',
},
Expand Down

0 comments on commit ffb54ac

Please sign in to comment.