浏览代码

feat: 修改

TIANYONG 5 月之前
父节点
当前提交
9076fd3f15
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      src/page-instrument/App.tsx

+ 0 - 1
src/page-instrument/App.tsx

@@ -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},