Learning center

FAQ

All commonly asked questions are posted here. Questions are classified by gategories to help you quickly access answers - click on a category below. Feel free to contact us if you are not able to find the answer here.

Why is the load time I am experiencing different from the test result?

Sometimes users load the same site that they are load testing and experience a much faster load time then what is reported by our system. This could be due to a few possible reasons:

1) Client-side (browser) caching caused resources not to be loaded. Our load generators do not simulate caching. All simulated clients appear as “new users” to the server. Read more about client-side caching in Load Impact

2) User is on a network that is geographically closer to the server. Our load generators are located in Ashburn (US), Dublin (Ireland), Palo Alto (US), Portland (US), Singapore and Tokyo (Japan). If your server is located far away from our load generators but close to you, traffic will have to take a longer route to reach our load generator. The extra network delay introduced can affect test results greatly, depending on the composition of your site (many small files will result in bad performance over high-latency network links). A longer route also makes it more likely that there are bandwidth bottlenecks somewhere along the way.

3) The web page can appear fully loaded graphically to the user but there might still be HTTP transactions executing in the background. Our load generators report load times that take into account all HTTP transactions on the website (as scripted in the user scenario).

4) The load test uses the VU user type which is not as efficient when loading web pages as a modern browser is. Configure your test to use the SBU user type if you want a more realistic simulation of a modern browser. Read more about VU and SBU users

Permalink