Save queries from an ajax request?
-
I’m currently trying to debug why an ajax request is taking so long to process and which queries are causing it to slow down.
I know that the response headers include some general information such as memory and memory usage but I’m wondering if it’s possible to either return some detailed information about the database queries that ran during the ajax request? Either that or save them to a debug file on the server?
Thanks for any information!
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Save queries from an ajax request?’ is closed to new replies.