This plugin will give you the total number of queries to the db per page, as well as the total time it took to render those queries out to the page.
Fixing a bug where the css is always enabled, even if the plugin isn't.
Adds front end functionality to the wp-admin. Helpful for debugging admin or plugin scripts under development inside wp-admin.
This version adds db optimization functionality.
?show_queries=yes parameter in URL to show profiling?)?show_queries=yes $_GET parameter via wp-admin config to allow / prevent url request for query list.define('WP_CACHE', true); is present. If not, provides plugin suggestions for DB caching.?show_queries=yes via the url if you are not logged in.define('SAVEQUERIES', true); in plugin should it not be by default.The next release will have an admin interface where you can enable / disable the plugin
Groups duplicate function calls and gives a total time for the grouped calls. Also styles the profiling a bit to mirror Kohana's profiling coloring. Also added a fix to PHP 5.2.1 where scientific notation was displaying instead of the true time.
This plugin will give you the total number of queries to the db per page, as well as the total time it took to render those queries out to the page. Additionally, line by line each individual query will display with the originating SQL statement, time executed and the function call used to execute the query.
This is especially handy if you are debugging a slow WordPress install and can't seem to locate the cause of the load. It is also a great way to identify plugins that may not have proper caching enabled or supported.
This is NOT a full page load profiler. This simply shows you the total DB queries and the time it takes to execute.
Requires: 1.5 or higher
Compatible up to: 2.9.2
Last Updated: 2010-2-2
Downloads: 3,818
Got something to say? Need help?