Hi,
Given the timings below, the transaction response time will be computed as 1.963 - 1.7050 - 0.002 which is 256 ms
This does not seem correct since the time that it takes for Waiting for the Load indicator to begin then dissappear is 30999-30121 which is 878ms.
So I would expect the transaction response time to be around 878ms. Are the wait for load indicator consider as wasted time?
Notify: Transaction "TXN03_EPIM_CM005_SEGMENTS_EXPAND_ALL_FILTERS" started.
t=00029263ms: ** 1.1: Evaluate JavaScript code Global.TXN_NAME = "TXN" ...lobal.TXN_NAME); ** successfully completed with end event 'Action completed' [MsgId: MMSG-205180]
t=00029270ms: ** 1: Function startTransaction ** successfully completed with end event 'Action completed' [MsgId: MMSG-205180]
t=00029273ms: ** 15.2: Call Function GlobalLib.startTransaction ** successfully completed with end event 'Action completed' [MsgId: MMSG-205180]
t=00029778ms: ** 15.3: Click on Expand All Filters ** started [MsgId: MMSG-205180]
t=00030117ms: ** 15.3: Click on Expand All Filters ** successfully completed with end event 'Action completed' [MsgId: MMSG-205180]
t=00030121ms: ** 15.4: Wait for Loading. Begin ... ** started [MsgId: MMSG-205180]
t=00030765ms: ** 15.4: Wait for Loading. Begin ... ** successfully completed with end event 'Action completed' [MsgId: MMSG-205180]
t=00030769ms: ** 15.5: Wait for Loading Completes ** started [MsgId: MMSG-205180]
t=00030999ms: ** 15.5: Wait for Loading Completes ** successfully completed with end event 'Action completed' [MsgId: MMSG-205180]
t=00031003ms: ** 15.7: Call Function GlobalLib.stopTranasction ** started [MsgId: MMSG-205180]
t=00031008ms: ** 2: Function stopTranasction ** started [MsgId: MMSG-205180]
t=00031014ms: ** 2.1: Evaluate JavaScript code // stop the transaction ..._ID = txnId; } ** started [MsgId: MMSG-205180]
Notify: Transaction "TXN03_EPIM_CM005_SEGMENTS_EXPAND_ALL_FILTERS" ended with a "Pass" status (Duration: 1.9630 Think Time: 0.0020 Wasted Time: 1.7050).
Thanks!
Jason