ResearchScamOnlineSearchLatencyStats

AI Overview😉

  • The potential purpose of this module is to measure the response time and latency of a search query, specifically the time it takes for a search result to be generated and sent back to the user. This helps Google to identify slow-performing queries and optimize their search algorithm for faster results.
  • This module could impact search results by potentially demoting or penalizing websites that have slow response times, as a slow website may indicate a poor user experience. Conversely, websites with fast response times may be rewarded with better rankings. This could also influence the crawling and indexing of websites, with slower sites being crawled less frequently.
  • A website may improve its standing with this module by optimizing its server response time, such as by using content delivery networks (CDNs), enabling browser caching, compressing files, and optimizing database queries. Additionally, ensuring that the website is mobile-friendly and has a responsive design can also improve response times. Website owners can also use tools like Google PageSpeed Insights to identify areas for improvement and optimize their website's performance.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

GoogleApi.ContentWarehouse.V1.Model.ResearchScamOnlineSearchLatencyStats (google_api_content_warehouse v0.4.0)

Structure to hold the response time for a node. Last used: 3

Attributes

  • cpuTime (type: float(), default: nil) - An estimate of the CPU time used for this query on the machine associated with task_id, from when the query was received to when the response was ready to send, in seconds. Caveats: 1. Does not account for CPU time spent serializing, deserializing, compressing or decompressing protos within Stubby. 2. Does not account for cleanup time after response has been sent.
  • taskId (type: integer(), default: nil) - Task number associated with response time measurements.
  • wallTime (type: float(), default: nil) - Wall time taken on the machine associated with task_id from when the query was received to when the response was ready to send, in seconds. This time excludes the time spent sending the response and the time to perform cleanup operations after the response is sent.

Summary

Types

t()

Functions

decode(value, options)

Unwrap a decoded JSON object into its complex fields.

Types

Link to this type

t()

@type t() ::
  %GoogleApi.ContentWarehouse.V1.Model.ResearchScamOnlineSearchLatencyStats{
    cpuTime: float() | nil,
    taskId: integer() | nil,
    wallTime: float() | nil
  }

Functions

Link to this function

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.