Aggregated slow first contentful paint with high byte count detection.

Hierarchy

  • AggregatedSlowFCPHighBytes

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

Average total bytes loaded before first contentful paint.

avgFirstContentfulPaintMs: number

Average first contentful paint time in milliseconds.

avgResourceCountBeforeFcp: number

Average number of resources loaded before first contentful paint.

fingerprint: string

Unique fingerprint identifying this detection group.

impactScore: number

Impact score for this detection.

platform: string

Platform identifier for the affected views.

viewOccurrences: number

Number of sampled views where this detection occurred.

Generated using TypeDoc