# WPDB Profiling

`wp-plugin/wpdb-profiling` — WordPress plugin

> **No tagged releases in SVN.** This plugin releases exclusively via SVN trunk. Install with `dev-trunk` — Composer will pin to a specific SVN revision in your lock file. See [all untagged plugins](https://wp-packages.org/untagged).

## Install

```sh
composer require wp-plugin/wpdb-profiling:dev-trunk
```

## Details

- **Latest version:** 1.3.3
- **Active installs:** 10
- **Composer installs:** 0
- **Author:** tierrainnovation
- **WordPress.org:** https://wordpress.org/plugins/wpdb-profiling/
- **Homepage:** http://www.tierra-innovation.com/blog/2009/07/01/wpdb-profiling-1-1-released/

## Description

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.
