Naseem
Naseem

Reputation: 961

JMeter response time is high

I have a test plan written using JMeter & in that I have used Regular expression extractor to extract some value and pass it ON to other request in the test plan. I also used the CSV file to pick the value from sheet & used in my test plan.

Now the problem is that while running the script using JMeter, I am getting the high response time. When the JMeter is running the script, I tried to check the same site response manually & in that I was getting a very less response time.

I disabled the listeners & started the script in Non GUI mode but still the response time is on high side.

I need to justify the response time received from the JMeter to the client. Could someone please let me know what am I doing wrong ?

Thanks

Upvotes: 2

Views: 1451

Answers (1)

Naseem
Naseem

Reputation: 961

I used the HTTP Cache Manager with Use Cache-Control/Expires header option which reduces the JMeter response time & nearly in sync with browser timing.

Upvotes: 0

Related Questions