Aggregated performance statistics for a single network resource across sampled view instances.

Hierarchy

  • AggregatedResource

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
avgDurationMs: number

Average total duration in milliseconds.

avgStartTimeMs: number

Average start time relative to view start in milliseconds.

cacheHitRatePct: number

Cache hit rate as a percentage.

cachedCount: number

Number of requests served from cache.

downloadedCount: number

Number of requests downloaded from the network.

globalP75DurationMs?: number

75th percentile duration across all view names in the application, present when include_global_appearance is true.

globalViewNameCount?: number

Number of distinct view names in the application that load this resource, present when include_global_appearance is true.

globalViewNamePct?: number

Percentage of distinct view names in the application that load this resource, present when include_global_appearance is true.

httpMethod: null | string

HTTP method for the resource request.

loadFrequencyPct: number

Percentage of sampled view instances that loaded this resource.

maxDurationMs: number

Maximum duration in milliseconds.

medianDurationMs: number

Median duration in milliseconds.

minDurationMs: number

Minimum duration in milliseconds.

p75DurationMs: number

75th percentile duration in milliseconds.

p95DurationMs: number

95th percentile duration in milliseconds.

resourceType: null | string

Resource type (JS, CSS, image, fetch, XHR, document, and so on).

resourceUrlPathGroup: string

URL path group used to aggregate similar resources.

Average timing breakdown per network phase for a resource.

totalRequests: number

Total number of requests for this resource across all sampled views.

viewsWithResource: number

Number of sampled view instances that loaded this resource.

Generated using TypeDoc