29 Oct 2019
04:27 AM
- last edited on
15 Dec 2021
06:29 AM
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
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