pilot_perf
Measure page load performance metrics including DNS, TCP, SSL, TTFB, and DOM parsing to diagnose slow pages and identify bottlenecks.
Instructions
Measure page load performance metrics from the Navigation Timing API. Use when the user wants to diagnose slow page loads, benchmark performance, or identify bottlenecks in DNS lookup, connection, server response, or DOM parsing.
Parameters: (none)
Returns: Table of timing metrics in milliseconds — dns, tcp, ssl, ttfb (time to first byte), download, domParse, domReady, and load.
Errors:
"No navigation timing data available": The page has not completed a navigation or was loaded via non-standard means. Navigate to the page first with pilot_navigate, then reload.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||