30+
July 15, 2022
July 15, 2022
For Development or debugging WordPress Plugin’s Database queries, you can use this plugin along with Query Monitor Plugin.
This plugin will save all the selected database queries with useful information like backtrace, execution time, SQL statement, etc.
Using this plugin, you can optimize your SQL queries.
Log Queries From Plugin-X/Y/Z: You can select which plugin’s Database queries will be logged, and then you can filter by that plugin and see all the queries made by the plugin.
Trace Slow Queries: You can sort by execution time of the database queries and, based on that, find which Database queries are actually making your site slow. You can also trace back from which file and function are doing the query.
Find Duplicate Queries: You can also find duplicate queries and the page’s source.
👉 Check the project on Github & Contribute
You are more than welcome if you want to contribute to this project or report a bug. Please check repository from Github.
This section describes how to install the plugin and get it working.
OR
/wp-content/plugins/fluent-query-logger directory, or install the plugin through the WordPress plugins screen directly.Tools -> Fluent Query Logs screen to configure the pluginThis plugin is built for WordPress site optimization. You can install it with the Query monitor Plugin and catch and log all the Database queries from a specific plugin. You can use this for analyzing Database Queries.
Yes.
No previous versions available.