This topic contains 2 replies, has 0 voices, and was last updated by chanarbon 7 years, 11 months ago.

  • Author
    Posts
  • #6130 Score: 0

    NReddy
    • Contributions: 0
    • Level 1

    Hi, Is there any way to measure the client script performance like as we have APM tool in order to measure server scripts performance?.
    This is a cached copy. Click here to see the original post.

  • #6131 Score: 0

    erictgrubaugh
    • Contributions: 0
    • Level 1

    For Client scripts you should be able to use all the normal dev tools provided by your browser. Chrome’s Profiler, for instance, will record your interactions with the page, then show you a breakdown of every function call and how long it took.

  • #6132 Score: 0

    chanarbon
    • Contributions: 0
    • Level 1

    Hi @NReddy,

    I would agree with @ericgrubaugh with the use of profilers on browsers. Depending on which part of performance you want to try Chrome offers an array of solutions like Timeline option which gives you the option for check the execution of functions with their corresponding activity like painting the page or rendering some values, Profiles option which gives your options like JS CPU profile to check the total consumption on your PC resources for the execution of your scripts. Firefox also has some of this options once you enable Firebug on your Firefox browser

You must be logged in to reply to this topic.