This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Details of Client-side Measurements Graphs

Hello Mircrofocus,
LoadRunner has the below graphs under Client-side Measurements. I would like to ask the details like its functionality, variables/parameters..etc

  • DOMContentLoaded Event
  • DOM Interactive graph
  • Page Load Event Duration

I found the below reference in your site, but can you please provide a more detailed information about it?
Client-side Measurements (microfocus.com)

  • 0  

    Dear Piya

    Please refer to the response as below:

    DOM Interactive graph
    Displays the average time per document, in milliseconds, from when the user agent starts establishing the connection to
    the server until the user agent sets the readiness of the current document to "interactive".
    (that is when the user enters a URL in the address bar until the page is ready for the user to interact)

    DOMContentLoaded Event
    Displays the average time per document, in milliseconds, it takes to handle the DOM Content Loaded event
    (that is the time from when when the initial HTML document has been completely loaded and parsed, without waiting for stylesheets, images, and subframes to finish loading)

    Page Load Event Duration
    Displays the average time per document, in milliseconds, it takes to handle the Page Load event as a final step in every page load the browser fires
    (that is the time from when the whole page has loaded, including all dependent resources such as stylesheets and images. This is in contrast to DOMContentLoaded,
    which is fired as soon as the page DOM has been loaded, without waiting for resources to finish loading)

    Regards,
    Kate