Plugin info

Total downloads: 2,689
Active installs: 40
Total reviews: 3
Average rating: 3.7
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 1 language(s)
Contributors: 2
Last updated: 7/15/2022 (1264 days ago)
Added to WordPress: 7/15/2022 (3 years old)
Minimum WordPress version: 5.0
Tested up to WordPress version: 6.0.11
Minimum PHP version: 5.6

Maintenance & Compatibility

Maintenance score

Possibly abandoned • Last updated 1264 days ago • 3 reviews

22/100

Is Fluent Query Logger – Log Database Queries and analyze plugin database performance abandoned?

Possibly abandoned (last update 1264 days ago).

Compatibility

Requires WordPress: 5.0
Tested up to: 6.0.11
Requires PHP: 5.6

Similar & Alternatives

Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.

No similar plugins found yet.

Description

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.

Here’s an overview of Fluent Query Logger:

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.

Other Plugins By The Same Team

👉 Check the project on Github & Contribute

CONTRIBUTE

You are more than welcome if you want to contribute to this project or report a bug. Please check repository from Github.

Installation

This section describes how to install the plugin and get it working.

  1. Just search for Fluent Query Logger in WordPress Plugins and click install and activate.

OR

  1. Upload the plugin files to the /wp-content/plugins/fluent-query-logger directory, or install the plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the \’Plugins\’ screen in WordPress
  3. Use the Tools -> Fluent Query Logs screen to configure the plugin

Frequently Asked Questions

Where should I use this plugin?

This 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.

Do I need Query Monitor Plugin?

Yes.

Review feed

No reviews available

Screenshots

  1. Database Logs

    Database Logs

  2. Log Settings

    Log Settings

  3. Log Trace View

    Log Trace View

Changelog

1.0.0 (Date: July 16, 2022 )

  • Initial Release