Interface pagespeedapi

Index

Methods

Methods

public runpagespeed(object: { url: string; locale?: string; rule?: string[]; screenshot?: boolean; stategy?: string; fields?: string; }): HttpRequest

Runs Page Speed analysis on the page at the specified URL, and returns a Page Speed score, a list of suggestions to make that page faster, and other information.

Parameters

  • object: { url: string; locale?: string; rule?: string[]; screenshot?: boolean; stategy?: string; fields?: string; }

Returns

HttpRequest