Browse Source

feat: 修改

TIANYONG 1 month ago
parent
commit
9076fd3f15
1 changed files with 0 additions and 1 deletions
  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},