Changeset 444842
- Timestamp:
- 09/28/2011 03:49:30 PM (14 years ago)
- File:
-
- 1 edited
-
debug-bar-query-tracer/trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
debug-bar-query-tracer/trunk/readme.txt
r444753 r444842 1 === GalahadQuery Tracer ===1 === Debug Bar Query Tracer === 2 2 Contributors: inxilpro 3 3 Donate link: … … 11 11 == Description == 12 12 13 This Query Tracer plugin backtraces all calls to WPDB::query() and determines a) which plugin caused that 14 database query (it ignores all queries that are a part of normal Wordpress activity) and b) the function 15 chain that led to that query. It then displays that information on an additional panel in the Debug Bar 13 The Debug Bar Query Tracer plugin backtraces all calls to `WPDB::query()` and determines: 14 15 * which plugin caused that database query (it ignores all queries that are a part of normal Wordpress activity), and 16 * the function chain that led to that query. 17 18 It then displays that information on an additional panel in the [Debug Bar](http://wordpress.org/extend/plugins/debug-bar/) 16 19 plugin (which is required). 17 20
Note: See TracChangeset
for help on using the changeset viewer.