Skip to content

Latest commit

 

History

History
35 lines (29 loc) · 1.77 KB

TICKEVENTS.md

File metadata and controls

35 lines (29 loc) · 1.77 KB

Tick Events

We use very short string names as tick labels, so the table below further describes these labels. Every start label has an assumed e_label for its "end" counterpart label. As an example if we executed perf.tick('label') we assume we have a counterpart perf.tick('e_label').

Name id Description
Install Styles is Set when the styles are installed.
End Install Styles e_is Set when the styles are done installing.
Window load event ol Window load event fired.
Prerender Complete pc The runtime completes prerending a single document.
Frames per second fps Tick to measure fps.
Frames per second during ad load fal Tick to measure fps when at least one ad is on the page.
First Viewport Complete fc The first viewport is finished rendering.
Make Body Visible mbv Make Body Visible Executes.
On First Visible ofv The first time the page has been turned visible.