我有一个建立在HTML/CSS/JS/PHP/MySQL上的网站,我试图确定是什么占用了加载页面所涉及的大量操作。 Google Chrome的时间表显示
我想知道什么是“脚本”和“空闲”?这么说,什么是“绘画”?
最佳答案
脚本由文档中的脚本事件定义:
https://developers.google.com/web/tools/chrome-devtools/profile/evaluate-performance/performance-reference#scripting-events
还描述了绘画事件。
https://developers.google.com/web/tools/chrome-devtools/profile/evaluate-performance/performance-reference#painting-events
空闲时间似乎不花在处理任何事件上。