I'm working on a web application which uses GWT and after recording we got many calls in the VuGen script.
LR version - 11.52
Some calls take more than 60 sec response time and when contacted dev team, they can see only 1 or 2 secs at max as reponse time..
Can any one help me to understand why these calls are taking more time and the solution for the same as those calls take less time manually.
Sample call from script..
------------------------------
web_custom_request("MsgSvc.gwt_16",
"URL={server_url}/gwt/MsgSvc.gwt",
"Method=POST",
"TargetFrame=",
"Resource=0",
"RecContentType=application/json",
"Referer={server_url}/gwt/com.web.gwt.MsgSvc/ABF7089D961B6010C669070E53C36036.cache.html",
"Snapshot=t60.inf",
"Mode=HTML",
"EncType=text/x-gwt-rpc; charset=utf-8",
"BodyBinary=4\\xEF\\xBF\\xBF0\\xEF\\xBF\\xBF4\\xEF\\xBF\\xBF{server_url}/gwt/com.web.gwt.MsgSvc/\\xEF\\xBF\\xBF028D32C6EB06EDC57D8ED5417F9DC436\\xEF\\xBF\\xBFcom.web.gwt.common.MessageService\\xEF\\xBF\\xBFgetStatusMessage\\xEF\\xBF\\xBF1\\xEF\\xBF\\xBF2\\xEF\\xBF\\xBF3\\xEF\\xBF\\xBF4\\xEF\\xBF\\xBF0\\xEF\\xBF\\xBF",
LAST);