We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7dc98a commit 358fc65Copy full SHA for 358fc65
src/guide/best-practices/performance.md
@@ -10,7 +10,7 @@ Vue 在大多数常见场景下性能都是很优秀的,通常不需要手动
10
11
首先,让我们区分一下 web 应用性能的两个主要方面:
12
13
-- **页面加载性能**:首次访问时,应用展示出内容与达到可交互状态的速度。这通常会用 Google 所定义的一系列 [Web 指标](https://web.dev/vitals/#core-web-vitals) (Web Vitals) 来进行衡量,如[最大内容绘制](https://web.dev/lcp/) (Largest Contentful Paint,缩写为 LCP) 和[首次输入延迟](https://web.dev/fid/) (First Input Delay,缩写为 FID)。
+- **页面加载性能**:首次访问时,应用展示出内容与达到可交互状态的速度。这通常会用 Google 所定义的一系列 [Web 指标](https://web.dev/vitals/#core-web-vitals) (Web Vitals) 来进行衡量,如[最大内容绘制](https://web.dev/lcp/) (Largest Contentful Paint,缩写为 LCP) 和[交互至下一次绘制,即 INP](https://web.dev/articles/inp)。
14
15
- **更新性能**:应用响应用户输入更新的速度。比如当用户在搜索框中输入时结果列表的更新速度,或者用户在一个单页面应用 (SPA) 中点击链接跳转页面时的切换速度。
16
0 commit comments