|
@@ -157,7 +157,6 @@ export default defineComponent({
|
|
|
let diff = timing.domInteractive - timing.fetchStart;
|
|
|
//console.log("TTI: " + diff);
|
|
|
const timeInfo = [
|
|
|
- { '类型': 'TTI', '耗时': diff},
|
|
|
{ '类型': 'DNS 解析耗时', '耗时': domainLookupEnd - domainLookupStart},
|
|
|
{ '类型': 'TCP 连接耗时', '耗时': connectEnd - connectStart},
|
|
|
{ '类型': 'SSL 安全连接耗时', '耗时': connectEnd - secureConnectionStart},
|