Debug Bar Query Tracer
·
A Debug Bar plugin that lets you trace what plugins are causing database queries.
評価
1/5
バージョン
0.1
有効インストール数
10
最終更新日時
Sep 29, 2011
The Debug Bar Query Tracer plugin backtraces all calls to WPDB::query() and determines:
- which plugin caused that database query (it ignores all queries that are a part of normal WordPress activity), and
- the function chain that led to that query.
It then displays that information on an additional panel in the Debug Bar plugin (which is required).