I have recorded my application using Ajax TruClient protocol, when recording noticed that it took more time to load each and every page when compared to HTTP/HTML. On manually launching the jsp page, it takes less than 3 sec to load but Ajax TruClient script is taking more than 21 seconds to load the same jsp page. I have tried changing all the run time settings, but this protocol is taking more than the expected time to load the page.
Please help me in fixing this issue.
Thanks John
Check the number of resources being downloaded
Using the HTTP/HTML protocol you will only count the page elements (extraes) that you have included in your script / found by LoadRunner. This is often a lot less than would be found by the actual browser. Open up the site in something like Firebug and see what the actual page load time is there first.
AJAX TruClient "end" transaction times sometimes need attention
When ending a timing point in AJAX TruClient there are 5 options:
You may need to change the end transaction 'End Event' to suit your particular site.