We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
FCP(First Contentful Paint) - 首次内容绘制
<canvas>
LCP(Largest Contentful Paint) - 最大内容绘制
TTFB(Time to First Byte) - 首字节时间
FID(First Input Delay) - 首次输入延迟
TTI(Time to Interactive) - 可交互时间
CLS(Cumulative Layout Shift) - 累积布局偏移
TBT(Total Blocking Time) - 总阻塞时间
The text was updated successfully, but these errors were encountered:
No branches or pull requests
FCP(First Contentful Paint) - 首次内容绘制
<canvas>
或SVG)的时间点。这是用户体验的一个重要指标,因为它标志着页面开始有实际内容显示给用户,而不仅仅是空白的屏幕。LCP(Largest Contentful Paint) - 最大内容绘制
TTFB(Time to First Byte) - 首字节时间
FID(First Input Delay) - 首次输入延迟
TTI(Time to Interactive) - 可交互时间
CLS(Cumulative Layout Shift) - 累积布局偏移
TBT(Total Blocking Time) - 总阻塞时间
The text was updated successfully, but these errors were encountered: