【发布时间】:2017-04-30 12:27:04
【问题描述】:
我正在比较来自 chrome 开发工具和性能计时 API 的 html 图像资源计时。
chrome 开发工具中的端到端资源获取时间确实与性能计时持续时间相匹配。但不适用于其他方面,例如 TCP 连接、域查找等……知道吗,Chrome 错误(版本 54.0.2840.99 m(64 位))?
Chrome 开发工具 -> 初始连接(TCP 连接) -> 243.28ms
PerformanceTimingAPi -> 0 (connectEnd – connectStart = 0 -0 ?)
【问题讨论】:
标签: performance google-chrome-devtools