google_api_page_speed_online v0.1.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 (String.t): Number of uncompressed response bytes for CSS resources on the page. Defaults to:
null. - flashResponseBytes (String.t): Number of response bytes for flash resources on the page. Defaults to:
null. - htmlResponseBytes (String.t): Number of uncompressed response bytes for the main HTML document and all iframes on the page. Defaults to:
null. - imageResponseBytes (String.t): Number of response bytes for image resources on the page. Defaults to:
null. - javascriptResponseBytes (String.t): Number of uncompressed response bytes for JS resources on the page. Defaults to:
null. - numberCssResources (integer()): Number of CSS resources referenced by the page. Defaults to:
null. - numberHosts (integer()): Number of unique hosts referenced by the page. Defaults to:
null. - numberJsResources (integer()): Number of JavaScript resources referenced by the page. Defaults to:
null. - numberResources (integer()): Number of HTTP resources loaded by the page. Defaults to:
null. - numberStaticResources (integer()): Number of static (i.e. cacheable) resources on the page. Defaults to:
null. - otherResponseBytes (String.t): Number of response bytes for other resources on the page. Defaults to:
null. - textResponseBytes (String.t): 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. Defaults to:
null. - totalRequestBytes (String.t): Total size of all request bytes sent by the page. Defaults to:
null.
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 Source
t() :: %GoogleApi.PageSpeedOnline.V2.Model.ResultPageStats{
cssResponseBytes: any(),
flashResponseBytes: any(),
htmlResponseBytes: any(),
imageResponseBytes: any(),
javascriptResponseBytes: any(),
numberCssResources: any(),
numberHosts: any(),
numberJsResources: any(),
numberResources: any(),
numberStaticResources: any(),
otherResponseBytes: any(),
textResponseBytes: any(),
totalRequestBytes: any()
}
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.