Great Question. Caching can effect your rendering time. If ''Simulating a new user'' in the runtime settings is enabled then this will greatly effect your timings. We recommend unchecking this setting and running your script several times. You should see better rendering times that match manual rendering times. In Addition, HP has stated the following in regards to AJAX TruClient and Web rendering times.
HP has provided the following:
This is because of the following reasons:
1. AJAX Truclient is GUI Based recording and supports mouse clicks etc, whereas Web HTTP/HTML is HTML based recording or URL Mode.
AJAX Truclient uses GDI Resources whereas Web does not use it. Reference on GDI: http://en.wikipedia.org/wiki/Graphics_Device_Interface
2. AJAX Truclient does client side processing and page rendering of objects such as DOM with JavaScript, whereas Web HTTP/HTML does not do any client side processing.
3. AJAX Truclient has to do JavaScript evaluation on the client for DOM objects that takes time for rendering a page.
4. AJAX Truclient needs to have ''replay think time as recorded'' in runtime settings, otherwise you may see step download timeout errors since this value is 120 seconds by default and it is not enough to get the page and render the page on the client.
5. AJAX controls are enabled in AJAX Truclient but they are not enabled in Web HTTP/HTML mode.