Question

How does NeoLoad effectively handle caching mechanisms within its performance testing framework?

  • 26 March 2024
  • 1 reply
  • 11 views

How does NeoLoad effectively handle caching mechanisms within its performance testing framework?


1 reply

Userlevel 1
Badge +1

NeoLoad uses different cache mechanisms HTTP headers like "IF-None-Match/If-Modified-Since based on the Etag and LastModified values.

If a page is configured to get the resources dynamically then resources will be in the cache for 5s and NeoLoad won’t ask them again until that time is reached.

Reply