Our application is a single page that only makes ajax calls. When I drill down into user action purepaths, different actions, including ajax calls that are run in a background thread, are grouped together as multiple sub-requests. Is there a way to eliminate multiple sub-requests so all transactions are a single user action purepath? I would like each ajax transaction to stand on its own to better analyze slow areas and the way it is now I have to drill down into each sub-request to get any useful information. Thanks.
Answer by Dave M. ·
I don't know if this will help, but you can select all (Ctrl-A) on the nodes in the User Action PurePath tree, right click and select "Drill Down/PurePaths" to see all the PurePaths rather than drilling into each User Action PurePath node.
HTH,
dave
Answer by Jim B. ·
Thanks David. What I'm really looking for is to get the timing on each individual sub-request. I created a business rule to filter out a particular transaction based on a sensor value, but it is often getting grouped with other transactions into a single transaction with multiple sub-requests. So when I run my business rule about 1/5 show as 1 sub-request and give me the information I am looking for while the rest have multiple sub-requests and I can't see the performance for the transaction I am interested in without looking at each individual transaction.
JANUARY 15, 3:00 PM GMT / 10:00 AM ET