HtmlrenderWebkitHeadlessProtoRenderStats

HTML RenderInfrastructure

GoogleApi.ContentWarehouse.V1.Model.HtmlrenderWebkitHeadlessProtoRenderStats

3
out of 10
Low
SEO Impact
Next id: 17.

SEO Analysis

AI Generated

Backend infrastructure with indirect SEO impact. This model (Htmlrender Webkit Headless Proto Render Stats) contains 15 attributes that define its data structure. Key functionality includes: Deliberately non-named fine timing stats. These are all related to each other and unrelated to other timing stats in this message.

Actionable Insights for SEOs

  • Understanding this model helps SEOs grasp Google's internal data architecture
  • Consider how this system might interact with other ranking signals

Attributes

15
Sort:|Filter:
Default: nilFull type: list(GoogleApi.ContentWarehouse.V1.Model.HtmlrenderWebkitHeadlessProtoAnonTimingStatPair.t

Deliberately non-named fine timing stats. These are all related to each other and unrelated to other timing stats in this message.

Default: nilFull type: list(GoogleApi.ContentWarehouse.V1.Model.HtmlrenderWebkitHeadlessProtoConsoleLogEntry.t

Any messages logged by the renderer to the console. Note that we capture a subset of the messages logged by the renderer here to avoid explosion.

Default: nilFull type: list(GoogleApi.ContentWarehouse.V1.Model.HtmlrenderWebkitHeadlessProtoRenderStatsCounter.t
documentBuildTimeMsecinteger(
Default: nil

Time to build document and render tree response data.

droppedLogEntryCountinteger(
Default: nil

Number of dropped log messages. Since we capture only a subset of the messages in console_log_entry this field is included just so that the consumers can get an idea of how many actual attempts were made by the renderer.

imageEncodingTimeMsecinteger(
Default: nil

Image encoding (e.g. raw -> PNG) time.

imageScalingTimeMsecinteger(
Default: nil

Image scaling time.

layoutTimeMsecinteger(
Default: nil

Time from starting render to document finished loading. This includes all fetches, parsing, decoding, running JavaScript, etc.

paintTimeMsecinteger(
Default: nil

Time required to paint a document into our buffer.

renderCostMgcuinteger(
Default: nil

Total cost this render spent running and RPC cost in milliGCUs.

renderEnginestring
Default: nilFull type: String.t

Render engine used to render this document.

renderRunningTimeMsecinteger(
Default: nil

Total CPU time this render spent running in milliseconds.

renderServerBaselineClstring
Default: nilFull type: String.t

The CL from which the render engine was built.

renderTimeMsecinteger(
Default: nil

Total wall time taken to render a document in milliseconds.

sandboxRenderTimeMsecinteger(
Default: nil

Total time spent in the sandbox in milliseconds. This time includes all phases measured individually below.