Skip to content

Commit 358fc65

Browse files
hotdogc1017veaba
andauthored
Update performance.md (vuejs-translations#1066)
* Update performance.md * Update src/guide/best-practices/performance.md Co-authored-by: Godpu <[email protected]> --------- Co-authored-by: Godpu <[email protected]>
1 parent a7dc98a commit 358fc65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/best-practices/performance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Vue 在大多数常见场景下性能都是很优秀的,通常不需要手动
1010

1111
首先,让我们区分一下 web 应用性能的两个主要方面:
1212

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)。
13+
- **页面加载性能**:首次访问时,应用展示出内容与达到可交互状态的速度。这通常会用 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)
1414

1515
- **更新性能**:应用响应用户输入更新的速度。比如当用户在搜索框中输入时结果列表的更新速度,或者用户在一个单页面应用 (SPA) 中点击链接跳转页面时的切换速度。
1616

0 commit comments

Comments
 (0)