Hi, i have a small doubt if we generate the script in html and url...

  • perf-test.com need your contributions to build up a strong repository of performance engineering resources.

S

Sushma Bellala

Guest
Hi, i have a small doubt if we generate the script in html and url mode,is there any difference in response time?if not why?
 
Ur mode will not give any change in the reaponse time.. Where as response time plays a major role with non html components..
 
Response time isn't dependent on modes. But its dependent on requirement, which type of calls/requests you are going to keep in the script. You want the response time with non-resources or without and many other things.
 
Script length should vary but response should be same
 
Based on the browser emulation setting ... If not we will see the difference in response time .. URL mode looks higher than html mode
 
Yes,the response time varies. In html mode,the script records for only for html content of the webpage. Whereas In url mode,the script records for all the content in a webpage (both text and image content) with concurrent start and end functions. So response time is more in URL mode than in HTML mode
 
Url mode response times are very quick compare html mode response times.
 
In url mode it generates seperate request for each individual component and executes concurrently.