소스 검색

feat: 修改

TIANYONG 6 달 전
부모
커밋
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},