문제

I have a web application where I use simple AJAX calls using jQuery in my pages. I just want to know whether ANTS Performance Profiler will track the AJAX calls and show the results for AJAX calls also just a normal method.

도움이 되었습니까?

해결책

If you are using ANTS Performance Profiler Pro 7.3+ and a profiling mode other than Sampling then you will see two nodes in the call-tree for an AJAX call. One node will be a HTTP node for the actual request, the second node will be the method that is run on a separate thread that served up the data to the client. If you are also using MS SQL or Oracle you will also see those nodes in the call-tree and the Database view.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top