Hi all,
i'm a new bie with PRTG and trying to monitor website loading time such as example below:
Already setup 4 type of HTTP sensor and here return result below
1.HTTP Full Web Page Chromium : 1,014 msec 2.HTTP Full Web Page PhantomJS : 999 msec 3.HTTP Full Web Page IE : 640 msec 4.HTTP : 568 msec
When i measure the network performance of your web application using the chrome-devtools Network panel. In the Network panel tab, at a glance this pane tells you the total number of requests, amount of data transferred, and load times are:
So the result of HTTP FULL WEB PAGE SENSOR is the "DOMContentLoaded" value? How can i get the Summary of total loading time of all contents as "Finish" value?
Add comment