query-monitor
query-monitor copied to clipboard
Extend project to include POST request call stack and queries
This issue is a feature request
Currently Query Monitor is an excellent project that's really helpful in providing a UI to navigate slow queries, repeat queries, etc.
However, it seems to be missing a key feature when analyzing the admin area. Currently wp-admin
can be analyzed with query-monitor
only for GET
requests. But many issues and troubleshooting steps require analysis of the POST
, where actual data is being submitted to the database.
Plugins will sometimes create their own database tables or use their own design patterns, and this can be the source of many issues that are more challenging to trace.
I know it's a big feature request, but I wanted to mention it, because it would be extremely useful.
Sorry I missed this. This is indeed one of the main missing features, and I'm working toward allowing this via #483 which allows QM to show data from previous requests.
Thank you! Appreciate the reply.