in src/performance/index.ts [248:258]
private getBasicPerf() {
// auto report pv and perf data
const perfDetail = this.options.autoTracePerf ? new pagePerf().getPerfTiming() : {};
const perfInfo = {
...perfDetail,
...this.perfInfo,
};
new Report('PERF', this.options.collector).sendByXhr(perfInfo);
// clear perf data
this.clearPerf();
}