Navigation Timing & Navigation Timing API
Navigation Timing
图解:
Prompt for unload // 激起卸载
- navigationStart // 导航开始
redirect // 本地重定向
- redirectStart
- redirectEnd
unload // 本地重定向的同时 卸载
- unloadStart
- unloadEnd
App cache // 有缓存拿缓存
- fetchStart
- DNS // DNS域名解析
- domainLookipStart
- domainLookupEnd
- TCP // 建立tcp连接
- connectStart // 开始三次握手,四次挥手
- (secureConnectionStart) // 建立https安全协议的加密链接
- connectEnd
- Request // 请求
- requestStart
- Response // 响应
- responseStart
- responseEnd
- Processing // 前端HTML处理
- domLoading
- domInteractive
- domContentLoaded
- domComplate
- onload // onload
- loadEventStart
- loadEventEnd
- 本文标题:Navigation Timing & Navigation Timing API
- 本文作者:乔文飞
- 创建时间:2020-07-24 10:35:22
- 本文链接:http://www.feidom.com/2020/07/24/navigationTiming/
- 版权声明:本博客所有文章为作者学习笔记,有转载其他前端大佬的文章。转载时请注明出处。