PerformanceMonitor
Playwright\Performance\Monitor\PerformanceMonitorInterface
$ composer require playwright-php/performance
Methods
navigate()
voidNavigate to URL and wait for load.
function navigate(string $url): void
collectCoreWebVitals()
CoreWebVitalsCollect Core Web Vitals metrics.
function collectCoreWebVitals(): CoreWebVitals
collectResourceMetrics()
arrayCollect resource timing metrics.
function collectResourceMetrics(): array