Finding Web Application Average Load Times
I am trying to find out the average time it takes various pages of a (private) web application for different users in remote locations. I know I can use Chrome Developer Tools, YSl
Solution 1:
Have you considered using a tool like JMeter to load test and capture your results.
It can be used to simulate a heavy load on a server, network or object to test its strength or to analyze overall performance under different load types. You can use it to make a graphical analysis of performance or to test your server/script/object behavior under heavy concurrent load.
Post a Comment for "Finding Web Application Average Load Times"