google_api_page_speed_online v0.6.0 GoogleApi.PageSpeedOnline.V2.Model.ResultPageStats View Source
Summary statistics for the page, such as number of JavaScript bytes, number of HTML bytes, etc.
Attributes
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.numberCssResources(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.numberStaticResources(type:integer(), default:nil) - Number of static (i.e. cacheable) resources on the page.otherResponseBytes(type:String.t, default:nil) - Number of response bytes for other resources on the page.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.
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.V2.Model.ResultPageStats{
cssResponseBytes: String.t(),
flashResponseBytes: String.t(),
htmlResponseBytes: String.t(),
imageResponseBytes: String.t(),
javascriptResponseBytes: String.t(),
numberCssResources: integer(),
numberHosts: integer(),
numberJsResources: integer(),
numberResources: integer(),
numberStaticResources: integer(),
otherResponseBytes: String.t(),
textResponseBytes: String.t(),
totalRequestBytes: String.t()
}
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.