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
- total_duration
- <xref:long>
Required
The total duration 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
Feedback
Submit and view feedback for