FeHelper:页面性能检测
❤ 打赏鼓励
探索更多实用工具 工具市场
{{suggestion.description}}
| Header | 值 |
|---|---|
| {{key}} | {{value || '-'}} |
| 开始时间 | 持续时间 | 任务名称 |
|---|---|---|
| {{formatTime(task.startTime)}} | {{Math.ceil(task.duration)}} ms | {{task.name}} |
| 资源 | 类型 | 大小 | 总耗时 | DNS查询 | TCP连接 | 请求响应 | 内容下载 |
|---|---|---|---|---|---|---|---|
| {{getFileName(resource.name)}} | {{resource.entryType}} | {{formatSize(resource.transferSize)}} | {{Math.ceil(resource.duration)}} ms | {{Math.ceil(resource.dnsTime)}} ms | {{Math.ceil(resource.tcpTime)}} ms | {{Math.ceil(resource.ttfb)}} ms | {{Math.ceil(resource.downloadTime)}} ms |