Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 313 Bytes

File metadata and controls

10 lines (7 loc) · 313 Bytes

performance-tool

获取详细的页面加载时间,并在console中输出

快速开始

只在chrome中通过了测试。 将times.js引入想应的HTML中,打开console(按F12),刷新一下页面就可以看到详细的加载时间。 也可以在JS中使用times()方法调用。