Plugin Directory

Changeset 444753


Ignore:
Timestamp:
09/28/2011 12:44:05 PM (14 years ago)
Author:
inxilpro
Message:

Added a screen shot and updated the readme.txt file

Location:
debug-bar-query-tracer/trunk
Files:
1 added
1 edited

Legend:

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

    r444752 r444753  
    1 === Plugin Name ===
     1=== Galahad Query Tracer ===
    22Contributors: inxilpro
    33Donate link:
    44Tags: debug bar, performance, backtrace, wpdb
    5 Requires at least: 3.0
     5Requires at least: 3.2
    66Tested up to: 3.2
    77Stable tag: 0.1
    88
    9 Here is a short description of the plugin.  This should be no more than 150 characters.  No markup here.
     9A Debug Bar plugin that lets you trace what plugins are causing database queries.
    1010
    1111== Description ==
    1212
    13 This is the long description.  No limit, and you can use Markdown (as well as in the following sections).
     13This Query Tracer plugin backtraces all calls to WPDB::query() and determines a) which plugin caused that
     14database query (it ignores all queries that are a part of normal Wordpress activity) and b) the function
     15chain that led to that query.  It then displays that information on an additional panel in the Debug Bar
     16plugin (which is required).
    1417
    1518== Installation ==
    1619
     201. Install the [Debug Bar](http://wordpress.org/extend/plugins/debug-bar/) plugin
     212. Install the Query Tracer plugin
     22
    1723== Frequently Asked Questions ==
     24
     25Feel free to ask questions [on my website](http://cmorrell.com/open-source/wordpress-plugins/debug-bar-query-tracer) and
     26I will update this section with any frequent questions.
    1827
    1928== Screenshots ==
    2029
    21 1. This screen shot description corresponds to screenshot-1.(png|jpg|jpeg|gif). Note that the screenshot is taken from
    22 the directory of the stable readme.txt, so in this case, `/tags/4.3/screenshot-1.png` (or jpg, jpeg, gif)
    23 2. This is the second screen shot
     301. The Query Tracer Panel
    2431
    2532== Changelog ==
Note: See TracChangeset for help on using the changeset viewer.