google_api_page_speed_online v0.1.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 (String.t): Content management system (CMS) used for the page. Defaults to: null.
  • 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.
  • numRenderBlockingRoundTrips (integer()): The needed round trips to load render blocking resources Defaults to: null.
  • numTotalRoundTrips (integer()): The needed round trips to load the full 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.
  • numberRobotedResources (integer()): Number of roboted resources. Defaults to: null.
  • numberStaticResources (integer()): Number of static (i.e. cacheable) resources on the page. Defaults to: null.
  • numberTransientFetchFailureResources (integer()): Number of transient-failed resources. Defaults to: null.
  • otherResponseBytes (String.t): Number of response bytes for other resources on the page. Defaults to: null.
  • overTheWireResponseBytes (String.t): Number of over-the-wire bytes, uses the default gzip compression strategy as an estimation. Defaults to: null.
  • robotedUrls ([String.t]): List of roboted urls. 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.
  • transientFetchFailureUrls ([String.t]): List of transient fetch failure urls. 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.V4.Model.PagespeedApiPagespeedResponseV4PageStats{
    cms: any(),
    cssResponseBytes: any(),
    flashResponseBytes: any(),
    htmlResponseBytes: any(),
    imageResponseBytes: any(),
    javascriptResponseBytes: any(),
    numRenderBlockingRoundTrips: any(),
    numTotalRoundTrips: any(),
    numberCssResources: any(),
    numberHosts: any(),
    numberJsResources: any(),
    numberResources: any(),
    numberRobotedResources: any(),
    numberStaticResources: any(),
    numberTransientFetchFailureResources: any(),
    otherResponseBytes: any(),
    overTheWireResponseBytes: any(),
    robotedUrls: [any()],
    textResponseBytes: any(),
    totalRequestBytes: any(),
    transientFetchFailureUrls: [any()]
  }

Link to this section Functions

Link to this function decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.