Search code examples
jmeterjmeter-pluginsjmeter-5.0jmeter-4.0jmeter-3.2

In Jmeter - How can i get, how much time taken to navigate a page


While navigating to e.x landing page the blazemeter recorder gives 10 HTTP requests. In this case, how can i get, how much time taken to navigate landing page. If I summarize all the requests time based on View Results in Table listener, it is more than the reponse time of chrome time hence couldn't get the exact time.

Note: HTTP Request might be sequential or parallel.

Chrome Response time is 4sec but View Results in Table listener sum value is 12sec


Solution

  • I don't think you should have 10 requests, most probably you should have only 1 request.

    If remaining 9 requests are for images, scripts, styles, fonts, sounds, etc. - you don't need to add them manually, instead you need to tick Retrieve all embedded resources and Parallel Downloads boxes on "Advanced" tab of the HTTP Request sampler (or even better, HTTP Request Defaults:

    enter image description here

    If the requests are AJAX - you need to put them under Parallel Controller