Please let me know if anyone has attempted monitoring round trip user experience monitoring using this tool
Scenario:
1. User clicks on a button on a page 1
2. Timer starts(internal to tool)
3. Request reaches appserver, db etc., and the response is returned to browser
4. Browser renders entire page 2 with response and all UI controls
5. Timer stops(internal to tool)
Need to calculate #6 - #5 as the overall time taken (as experienced by the user sitting infront of the screen)
Appreciate any pointers, help.
Thanks
Scenario:
1. User clicks on a button on a page 1
2. Timer starts(internal to tool)
3. Request reaches appserver, db etc., and the response is returned to browser
4. Browser renders entire page 2 with response and all UI controls
5. Timer stops(internal to tool)
Need to calculate #6 - #5 as the overall time taken (as experienced by the user sitting infront of the screen)
Appreciate any pointers, help.
Thanks