Skip to content

Commit ffb54ac

Browse files
committed
fix(client): warn about deprecated FID
Fixes #229
1 parent 0f9f906 commit ffb54ac

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/core/src/constants.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ export const DefaultColumns: Record<UnlighthouseTabs, UnlighthouseColumn[]> = {
4040
{
4141
cols: 1,
4242
label: 'FID',
43-
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/).',
43+
warning: true,
44+
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/).',
4445
sortKey: 'numericValue',
4546
key: 'report.audits.max-potential-fid',
4647
},

0 commit comments

Comments
 (0)