Unanswered question

Excluding js jpeg css pngs wont have any impact on the response time?

Excluding these files we will have less response time in performance testing, as in real time environment all these components will be downloaded from the server and will contribute to response time. If we exclude these by excluding in the recorder exclude pattern, will they be downloaded as embedded resources with some request uri??

Riona F.
Riona F.

Riona F.

Level
0
17 / 100
points

Answers

Nouredine A.
Nouredine A.

Nouredine A.

Level
4
5000 / 5000
points
Team

If those resources are excluded from the recording NeoLoad will not request them during the replaying unless you have configured your pages to retrieve dynamically the resources.

Even with that settings the resources will be downloaded once and if they did not change they will not be downloaded since they will be considered as inside the cache.

So yes removing them may impact the page response time especially for the first iteration but it's not really true for the next iterations.