jmeterjmeter-pluginsjmeter-5.0jmeter-4.0

JMeter check time a load page


I need to make script what can get load time of page (img, css, etc) example: enter image description here


Solution

  • There is "Retrieve All Embedded Resources" box which instructs JMeter to parse response DOM and fetch all images, scripts, styles, fonts, sounds, etc. like real browser does:

    enter image description here

    enter image description here

    I would also suggest adding HTTP Cache Manager as real browsers download these "resources" only once and on subsequent iterations they are being returned from the browser cache.