-
Notifications
You must be signed in to change notification settings - Fork 8.2k
zh-CN: create the "Interaction to Next Paint" glossary term #27700
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Preview URLs External URLs (4)URL:
(comment last updated: 2025-07-08 00:30:37) |
|
||
**交互响应时间**(INP,Interaction to Next Paint)衡量网站对用户交互(例如点击链接、点击按钮或使用自定义 JavaScript 控件)的响应速度。 | ||
|
||
INP 由 Google 设计,是[核心网络指标](https://web.developers.google.cn/articles/vitals)(Core Web Vitals)之一,并于 2024 年 5 月取代了{{Glossary("First Input Delay", "首次输入延迟(FID)")}}。INP 与 FID 有两个关键区别,使其成为更可靠的页面响应性衡量标准: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
INP 由 Google 设计,是[核心网络指标](https://web.developers.google.cn/articles/vitals)(Core Web Vitals)之一,并于 2024 年 5 月取代了{{Glossary("First Input Delay", "首次输入延迟(FID)")}}。INP 与 FID 有两个关键区别,使其成为更可靠的页面响应性衡量标准: | |
INP 由 Google 设计,是[核心 Web 指标](https://web.developers.google.cn/articles/vitals)(Core Web Vitals)之一,并于 2024 年 5 月取代了{{Glossary("First Input Delay", "首次输入延迟(FID)")}}。INP 与 FID 有两个关键区别,使其成为更可靠的页面响应性衡量标准: |
@@ -0,0 +1,29 @@ | |||
--- | |||
title: 交互响应时间(INP) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
翻译来源?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
找的是阿里云 https://help.aliyun.com/document_detail/2864868.html http://help.aliyun.com:443/document_detail/2864868.html
其他的文章都只提到了 INP/Interaction to Next Paint,或者是机翻
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
翻译成“交互响应时间”有一个问题:意思变化比较大,虽然表达了“延时”的意思,但丢失了这个时间到底是怎么测量的,测量的是从什么状态到什么状态的时间。我感觉是不如直接翻译来的好。Vue 中文文档将其翻译为“交互至下一次绘制”:vuejs-translations/docs-zh-cn#1066。我之前是将它翻译为了“交互到下一次绘制”:https://developer.mozilla.org/zh-CN/docs/Web/Performance#%E5%8F%82%E8%A7%81
考虑一下吧
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes确实有很强的“意译”动了很多含义,我搜索的时候倒是没有搜到很多来源(结合INP+lang=zh-CN)
Glossary/Interaction_to_next_paint
No description provided.