
Inside the Web Browser’s Performance API
9/24/2019
This post introduces Cloudflare's Browser Insights product, which leverages the browser's Performance API (specifically Navigation Timing) to collect and analyze real user performance metrics. It details how the JavaScript beacon injects into web pages to gather data on DNS lookup, TCP connection, request, response, and processing times, presenting this aggregated data in the Cloudflare dashboard. The post also outlines future plans to incorporate Resource Timing and Paint Timing metrics, JavaScript error tracking, and A/B performance measurement.


