Tracks XHR and fetch requests to your profiled Java app and shows JavaScript stack traces as origins within JProfilerJProfiler is an all-purpose profiler for the Java virtual machine (JVM). As part of its CPU profiling capabilities, JProfiler can track execution from JavaScript code in the browser to a JVM that is handling XHR or fetch requests.
The call tree will be split for each separate JavaScript stack trace at the time of the XHR request and the full stack trace is available in the node detail dialog. A dedicated "JavaScript XHR" view shows the JavaScript call tree of all XHR calls that were handled in the profiled backend together with hyperlinks that take you to the execution site.
The extension adds a button to the toolbar for starting and stopping the XHR tracking.