Browse Source

feat: 修改

TIANYONG 5 tháng trước cách đây
mục cha
commit
9076fd3f15
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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},