ResourceMetrics
Playwright\Performance\Metrics\ResourceMetrics
$ composer require playwright-php/performance
Methods
__construct()
function __construct( public readonly string $url, public readonly float $duration, public readonly int $size, public readonly string $type, public readonly float $startTime, public readonly float $fetchStart, public readonly float $domainLookupStart, public readonly float $domainLookupEnd, public readonly float $connectStart, public readonly float $connectEnd, public readonly float $requestStart, public readonly float $responseStart, public readonly float $responseEnd, )
getDnsTime()
floatGet DNS lookup time in milliseconds.
function getDnsTime(): float
getConnectionTime()
floatGet TCP connection time in milliseconds.
function getConnectionTime(): float
getTtfb()
floatGet time to first byte in milliseconds.
function getTtfb(): float
getDownloadTime()
floatGet download time in milliseconds.
function getDownloadTime(): float
toArray()
arrayfunction toArray(): array