EventsBrowserTimingInfo Class

The browser timing information.

Inheritance
EventsBrowserTimingInfo

Constructor

EventsBrowserTimingInfo(*, url_path: Optional[str] = None, url_host: Optional[str] = None, name: Optional[str] = None, url: Optional[str] = None, total_duration: Optional[int] = None, performance_bucket: Optional[str] = None, network_duration: Optional[int] = None, send_duration: Optional[int] = None, receive_duration: Optional[int] = None, processing_duration: Optional[int] = None, **kwargs)

Parameters

url_path
str
Required

The path of the URL

url_host
str
Required

The host of the URL

name
str
Required

The name of the page

url
str
Required

The url of the page

total_duration
<xref:long>
Required

The total duration of the load

performance_bucket
str
Required

The performance bucket of the load

network_duration
<xref:long>
Required

The network duration of the load

send_duration
<xref:long>
Required

The send duration of the load

receive_duration
<xref:long>
Required

The receive duration of the load

processing_duration
<xref:long>
Required

The processing duration of the load