Skip to content
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

chrome性能面板指标解释 #279

Open
smileyby opened this issue Aug 17, 2023 · 0 comments
Open

chrome性能面板指标解释 #279

smileyby opened this issue Aug 17, 2023 · 0 comments

Comments

@smileyby
Copy link
Owner

smileyby commented Aug 17, 2023

chrome => performance => summary
Loading(加载):
这是指从发起网络请求到接收到第一个字节的时间。它反映了网络请求的延迟时间。

Scripting(脚本处理):
这是指解析和执行JavaScript代码的时间。它包括将JavaScript代码编译为可执行代码的解析阶段以及实际执行代码的时间。

Rendering(渲染):
这是指将HTML和CSS转换为用户可见的页面的时间。它包括DOM树和CSS样式表的构建、布局计算和绘制页面的过程。

Painting(绘制):
这是指将渲染好的页面内容绘制到屏幕上的时间。它包括将DOM元素转换为位图并将其绘制到屏幕上的过程。

System(系统):
这是指底层系统操作所花费的时间,例如垃圾回收、资源加载等。它反映了浏览器在后台执行的一些系统级任务的时间。

Idle(空闲):
这是指页面处于空闲状态的时间,即没有活动需要执行的时间。它通常是由于处理其他任务或等待用户输入而导致的。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant