支持HTML5的浏览器都可以运行(IE9+FF+Chrome)

 

Total总时长

performance.timing.loadEventEnd - performance.timing.navigationStart

 

DNS查询时间

performance.timing.domainLookupEnd - performance.timing.domainLookupStart

 

服务器处理时间

performance.timing.responseStart - performance.timing.requestStart

 

客户白屏时间

performance.timing.domInteractive - performance.timing.navigationStart

 

详细时间轴

 利用HTML5监控网站性能

 

更多资料参考

http://dvcs.w3.org/hg/webperf/raw-file/tip/specs/NavigationTiming/Overview.html

相关文章:

  • 2022-12-23
  • 2021-07-20
  • 2021-07-15
  • 2021-06-08
  • 2022-12-23
  • 2021-09-25
  • 2021-12-21
猜你喜欢
  • 2021-06-23
  • 2021-09-13
  • 2021-11-05
  • 2021-11-25
  • 2021-12-22
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案