From ffb54ac1b20a96ebe2a14b1cb458022cff7e7fcd Mon Sep 17 00:00:00 2001 From: harlan Date: Sun, 29 Sep 2024 18:16:13 +1000 Subject: [PATCH] fix(client): warn about deprecated FID Fixes #229 --- packages/core/src/constants.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/core/src/constants.ts b/packages/core/src/constants.ts index 6ddeb30a..c04f280d 100644 --- a/packages/core/src/constants.ts +++ b/packages/core/src/constants.ts @@ -40,7 +40,8 @@ export const DefaultColumns: Record = { { 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', },