GapiPagespeedonlineV1Service.PagespeedapiResource
module Strategy : sig ... end
val runpagespeed :
?base_url:string ->
?std_params:GapiService.StandardParameters.t ->
?filter_third_party_resources:bool ->
?screenshot:bool ->
?locale:string ->
?rule:string list ->
?strategy:Strategy.t ->
url:string ->
GapiConversation.Session.t ->
GapiPagespeedonlineV1Model.Result.t * GapiConversation.Session.t
Runs PageSpeed analysis on the page at the specified URL, and returns a PageSpeed score, a list of suggestions to make that page faster, and other information.