Interface GoogleApiPageSpeedOnlineRuleResource

Index

Properties

Properties

public localizedRuleName: string

Localized name of the rule, intended for presentation to a user.

public ruleImpact: number

The impact (unbounded floating point value) that implementing the suggestions for this rule would have on making the page faster.

public ruleScore: number

The score (0-100) for this rule. The rule score indicates how well a page implements the recommendations for the given rule.

public urlBlocks: Array<{ header: { format: string; args: { type: string; value: string; }[]; }; urls: { result: { format: string; args: { type: string; value: string; }[]; }; details: { format: string; args: { type: string; value: string; }[]; }[]; }[]; }>

List of blocks of URLs. Each block may contain a heading and a list of URLs. Each URL may optionally include additional details.