google_api_page_speed_online v0.0.1 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): Number of uncompressed response bytes for CSS resources on the page. Defaults to: null.
  • flashResponseBytes (String): Number of response bytes for flash resources on the page. Defaults to: null.
  • htmlResponseBytes (String): Number of uncompressed response bytes for the main HTML document and all iframes on the page. Defaults to: null.
  • imageResponseBytes (String): Number of response bytes for image resources on the page. Defaults to: null.
  • javascriptResponseBytes (String): 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): Number of response bytes for other resources on the page. Defaults to: null.
  • textResponseBytes (String): 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): Total size of all request bytes sent by the page. Defaults to: null.