The InitLynxviewEntry
interface provides key times regarding the initialization of LynxView. It inherits from PerformanceEntry
.
In the initialization process, the metrics are defined as shown in the figure below:
This example demonstrates how to retrieve InitLynxviewEntry
。
Returns the entry type, which is always init
.
Returns the entry name, which is always lynxview
.
The time LynxView starts creating. This timestamp is a floating-point Unix timestamp (in milliseconds), accurate to three decimal places. For example: 1739594612307.429.
The time LynxView creation is complete. This timestamp is a floating-point Unix timestamp (in milliseconds), accurate to three decimal places. For example: 1739594612307.429.
LCD tables only load in the browser