google_api_page_speed_online v0.4.0 GoogleApi.PageSpeedOnline.V4.Model.PagespeedApiPagespeedResponseV4PageStats View Source
Summary statistics for the page, such as number of JavaScript bytes, number of HTML bytes, etc.
Attributes
cms(type:String.t, default:nil) - Content management system (CMS) used for the page.cssResponseBytes(type:String.t, default:nil) - Number of uncompressed response bytes for CSS resources on the page.flashResponseBytes(type:String.t, default:nil) - Number of response bytes for flash resources on the page.htmlResponseBytes(type:String.t, default:nil) - Number of uncompressed response bytes for the main HTML document and all iframes on the page.imageResponseBytes(type:String.t, default:nil) - Number of response bytes for image resources on the page.javascriptResponseBytes(type:String.t, default:nil) - Number of uncompressed response bytes for JS resources on the page.numRenderBlockingRoundTrips(type:integer(), default:nil) - The needed round trips to load render blocking resourcesnumTotalRoundTrips(type:integer(), default:nil) - The needed round trips to load the full pagenumberCssResources(type:integer(), default:nil) - Number of CSS resources referenced by the page.numberHosts(type:integer(), default:nil) - Number of unique hosts referenced by the page.numberJsResources(type:integer(), default:nil) - Number of JavaScript resources referenced by the page.numberResources(type:integer(), default:nil) - Number of HTTP resources loaded by the page.numberRobotedResources(type:integer(), default:nil) - Number of roboted resources.numberStaticResources(type:integer(), default:nil) - Number of static (i.e. cacheable) resources on the page.numberTransientFetchFailureResources(type:integer(), default:nil) - Number of transient-failed resources.otherResponseBytes(type:String.t, default:nil) - Number of response bytes for other resources on the page.overTheWireResponseBytes(type:String.t, default:nil) - Number of over-the-wire bytes, uses the default gzip compression strategy as an estimation.robotedUrls(type:list(String.t), default:nil) - List of roboted urls.textResponseBytes(type:String.t, default:nil) - Number of uncompressed response bytes for text resources not covered by other statistics (i.e non-HTML, non-script, non-CSS resources) on the page.totalRequestBytes(type:String.t, default:nil) - Total size of all request bytes sent by the page.transientFetchFailureUrls(type:list(String.t), default:nil) - List of transient fetch failure urls.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Sourcet() ::
%GoogleApi.PageSpeedOnline.V4.Model.PagespeedApiPagespeedResponseV4PageStats{
cms: String.t(),
cssResponseBytes: String.t(),
flashResponseBytes: String.t(),
htmlResponseBytes: String.t(),
imageResponseBytes: String.t(),
javascriptResponseBytes: String.t(),
numRenderBlockingRoundTrips: integer(),
numTotalRoundTrips: integer(),
numberCssResources: integer(),
numberHosts: integer(),
numberJsResources: integer(),
numberResources: integer(),
numberRobotedResources: integer(),
numberStaticResources: integer(),
numberTransientFetchFailureResources: integer(),
otherResponseBytes: String.t(),
overTheWireResponseBytes: String.t(),
robotedUrls: [String.t()],
textResponseBytes: String.t(),
totalRequestBytes: String.t(),
transientFetchFailureUrls: [String.t()]
}
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.