From 1c2f8b7c8a265cfc0f02ad42cb1e67ec8c365db0 Mon Sep 17 00:00:00 2001 From: Natalia Tepluhina Date: Tue, 21 Jan 2025 10:03:37 +0100 Subject: [PATCH] Update src/guide/best-practices/performance.md --- src/guide/best-practices/performance.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/guide/best-practices/performance.md b/src/guide/best-practices/performance.md index 3cec7dd54d..eafa30cf29 100644 --- a/src/guide/best-practices/performance.md +++ b/src/guide/best-practices/performance.md @@ -19,11 +19,6 @@ While it would be ideal to maximize both, different frontend architectures tend - Consult [Ways of Using Vue](/guide/extras/ways-of-using-vue) to see how you can leverage Vue in different ways. - Jason Miller discusses the types of web applications and their respective ideal implementation / delivery in [Application Holotypes](https://jasonformat.com/application-holotypes/). - -:::info [Fist Input Delay (FID)](https://web.dev/articles/fid) has been replaced by [Interaction to Next Paint](https://web.dev/articles/inp). - -Learn more about [How is INP different from First Input Delay (FID)?](https://web.dev/articles/inp#inp-vs-fid) - ::: ## Profiling Options {#profiling-options}