query-monitor icon indicating copy to clipboard operation
query-monitor copied to clipboard

Extend project to include POST request call stack and queries

Open orvn opened this issue 4 years ago • 2 comments

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.

orvn avatar Feb 02 '21 22:02 orvn

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.

johnbillion avatar May 13 '21 09:05 johnbillion

Thank you! Appreciate the reply.

orvn avatar May 13 '21 17:05 orvn