in bindings/akamai/src/index.ts [313:317]
log_performance_debug(event: string) { if (this.config.debug) { this.performance_counters.push([event, Date.now() - this.start_time]); } }