Aggregated uncompressed resource detection grouped by URL path.

Hierarchy

  • AggregatedUncompressedResource

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
avgBodySize: number

Average uncompressed body size in bytes.

avgDuration: number

Average resource loading duration in nanoseconds.

fingerprint: string

Unique fingerprint identifying this detection group.

impactScore: number

Impact score combining view frequency and resource size.

instanceCount: number

Total number of detection instances across sampled views.

providerType: null | string

CDN or hosting provider type for the resource.

renderBlocking: null | string

Whether the resource is render-blocking.

resourceType: string

Type of the resource (JS, CSS, image, fetch, and so on).

urlPathGroup: string

Normalized URL path pattern for the uncompressed resource.

viewOccurrences: number

Number of sampled views where this detection occurred.

Generated using TypeDoc