Grouped detection results by detection type.

Hierarchy

  • SignalsProblemsDetections

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
highFrozenFrameRates?: AggregatedHighFrozenFrameRate[]

Detected high frozen frame rate issues.

highScriptEvaluations?: AggregatedHighScriptEval[]

Detected high script evaluation issues.

lowCacheHitRates?: AggregatedLowCacheHitRate[]

Detected low cache hit rate issues.

mobileScrollFrictions?: AggregatedMobileScrollFriction[]

Detected mobile scroll friction issues.

slowFcpHighBytes?: AggregatedSlowFCPHighBytes[]

Detected slow first contentful paint with high byte count issues.

slowInteractionLongTasks?: AggregatedSlowInteractionLongTask[]

Detected slow interaction with long task issues.

uncompressedResources?: AggregatedUncompressedResource[]

Detected uncompressed resource issues.

Generated using TypeDoc