Health check Report

Certified Associate Developer

Hi All,

I downloaded the health check report, in that report for description column for user input task i am getting below Description.

29 calls, 1.2MB max interface, 360 max component count, 84.6KB average interface, 296 average component count.

.what is the exact meaning of this description

Thanks in Advance.

  Discussion posts and replies are publicly visible

Parents
  • 0
    Certified Senior Developer

    29 calls: This refers to the number of times the user input task has been called or executed. In other words, the task has been accessed and used 29 times.

    1.2MB max interface: This indicates the maximum size of the user interface (UI) components loaded for the user input task.

    360 max component count: This refers to the maximum number of components rendered on the user interface at any given time. Components may include buttons, input fields, tables, or any other UI elements.

    84.6KB average interface: This represents the average size  of the UI components loaded for the user input task. It is the average of the total size of UI elements across all the task's executions.

    296 average component count: This indicates the average number of components rendered on the user interface for each task execution. It is the average count of UI elements across all the task's executions.

Reply
  • 0
    Certified Senior Developer

    29 calls: This refers to the number of times the user input task has been called or executed. In other words, the task has been accessed and used 29 times.

    1.2MB max interface: This indicates the maximum size of the user interface (UI) components loaded for the user input task.

    360 max component count: This refers to the maximum number of components rendered on the user interface at any given time. Components may include buttons, input fields, tables, or any other UI elements.

    84.6KB average interface: This represents the average size  of the UI components loaded for the user input task. It is the average of the total size of UI elements across all the task's executions.

    296 average component count: This indicates the average number of components rendered on the user interface for each task execution. It is the average count of UI elements across all the task's executions.

Children
No Data