How can data caching have a negative effect on load testing results?

Showing Answers 1 - 2 of 2 Answers

Have cookies/cached data from the respective server on your machine can decrease transaction response time. This is not good practice when load testing an application. Thus, try to parameterize your data or disable caching.

You should look into persistant/non-persistant (machine vs browser cookies) and how they affect transaction speed; how they affect performance.

- Anshoo Arora

  Was this answer useful?  Yes

Data cacheing do not have a negative effect on load testing results. In iother words the more data is cached on to your primary memory, it boosts the performance.

To eliminate the effect of server side cacheing, parameterise the required data wherever necessary.


Regards,
Kanthraj.
9212264980,.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions