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.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.