My expectation is that this is due to "embedded resources" processing. Normally HTML pages contain images, scripts, styles, fonts, etc. and given you recorded your test plan using Recording Template <http://jmeter.apache.org/usermanual/get-started.html#test_plan_building> calls to these type of content are not included.
This is expected as real browsers handle "embedded resources" in a different way: each "main" request to get content is followed by *parallel* requests to the resources - this is not something you can implement manually using JMeter Test Elements as per current version (3.3) The solution is configuring your HTTP Request samplers to: *Retrieve All Embedded Resources* and *Parallel Downloads* The settings can be found at the "Advanced" tab of the HTTP Request sampler: <http://www.jmeter-archive.org/file/t340375/Screen_Shot_2017-10-04_at_07.png> You can also use <a href="https://www.blazemeter.com/blog/why-its-so-important-use-jmeters-http-request-defaults</a> configuration element to apply the settings to all HTTP Request samplers in scope in a "single shot" -- Sent from: http://www.jmeter-archive.org/JMeter-User-f512775.html --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
