
Browser Performance Timing
Inspect your browser's real navigation timing, resource waterfall, and Core Web Vitals - all read live from the Performance API.
Last reviewed: April 2026New to this tool? Click here for instructions
| Resource | Type | Size | Duration (ms) | Waterfall |
|---|
How to Use the Browser Performance Timing Tool
To use the Browser Performance Timing Tool, simply load the page. The tool will automatically capture timing data when the page loads. You can switch between the three tabs to explore different views: Navigation, Resources, and Core Web Vitals.
- Load the page to capture timing data automatically.
- Switch between Navigation, Resources, and Core Web Vitals tabs to explore different views.
When to Use the Tool in Real Workflows
Use the Browser Performance Timing Tool to analyze the performance of your web pages. Identify bottlenecks, understand resource loading times, and optimize your site for better user experience.
How It Works
The Browser Performance Timing Tool uses the Performance API to capture detailed timing data for your browser's navigation and resource loading. The data is displayed in a visual waterfall chart and can be filtered by resource type. Key metrics include DNS lookup, TCP connect, TTFB, DOM processing, and more.
Tips, Edge Cases, or Limitations
Ensure your browser's JavaScript is enabled for accurate timing data. The tool captures data client-side, so no data is sent to a server. Be aware that the tool may not capture data for cross-origin requests due to browser security restrictions.
- JavaScript must be enabled for accurate timing data.
- Data is captured client-side, no data sent to a server.
- Cross-origin requests may not be captured due to browser security restrictions.