Skip to main content

View analysis

Indicator definition

View name: Activity name or ViewController name.

View Opens: The total number of times the current view has been opened.

View Interactable Time: The time from when the view is opened to when the user can interact normally.

Slow interactable: the view whose interactable time exceeds the established threshold. The default threshold is 1000ms, which is configurable.

Time of the first screen of the view: the time from the opening of the view to the completion of content presentation (including network time).

Slow first screen: the view whose first screen time exceeds the established threshold. The default threshold is 3000ms, which can be configured.

Percentage of slow interactive view:

Definition: It is used to measure whether the current view interaction process is smooth.

Calculation formula: number of slow interactions/number of open views

View slow first screen ratio:

Definition: It is used to measure whether the content of the current view is complete.

Calculation formula: slow first screen times/view opening times

Function introduction

"View Analysis" mainly analyzes the interaction and presentation of views (VC or Activity) from the R & D perspective. The analysis chart is consistent with the chart function of "Page Analysis" and will not be repeated here.

Detailed analysis of single sample

"View Analysis" also provides the slow interactive data and slow first screen data for the view (VC or Activity). The analysis method is the same as the detailed analysis of the single sample of "Page Analysis", which will not be repeated here.