Plugin Directory

Changeset 444842


Ignore:
Timestamp:
09/28/2011 03:49:30 PM (14 years ago)
Author:
inxilpro
Message:

Initial commit

File:
1 edited

Legend:

Unmodified
Added
Removed
  • debug-bar-query-tracer/trunk/readme.txt

    r444753 r444842  
    1 === Galahad Query Tracer ===
     1=== Debug Bar Query Tracer ===
    22Contributors: inxilpro
    33Donate link:
     
    1111== Description ==
    1212
    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
     13The 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
     18It then displays that information on an additional panel in the [Debug Bar](http://wordpress.org/extend/plugins/debug-bar/)
    1619plugin (which is required).
    1720
Note: See TracChangeset for help on using the changeset viewer.