29 Oct 2019 11:27 AM - last edited on 15 Dec 2021 02:29 PM by MaciejNeumann
Very often, we can identify which are the method and classes that consumes CPU.
But to go one-step-further, we would like to know what is/are the URL/s that using them.
Any way we can do this?
Best Regards,
Wai Keat
29 Oct 2019 01:46 PM
It's not so easy, because most of the time those method are not instrumented, so you cannot just drill up to PP that contains it. In such cases I'm aking request attribute to instrument problematic method and than you can filter PurePaths by this attribute.
Sebastian