Show / Hide Table of Contents

Class PagespeedapiResource

The "pagespeedapi" collection of methods.

Inheritance
System.Object
PagespeedapiResource
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Pagespeedonline.v2
Assembly: Google.Apis.Pagespeedonline.v2.dll
Syntax
public class PagespeedapiResource

Constructors

PagespeedapiResource(IClientService)

Constructs a new resource.

Declaration
public PagespeedapiResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

Runpagespeed(String)

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

Declaration
public virtual PagespeedapiResource.RunpagespeedRequest Runpagespeed(string url)
Parameters
Type Name Description
System.String url

The URL to fetch and analyze

Returns
Type Description
PagespeedapiResource.RunpagespeedRequest
Back to top