[wordpress插件] Debug Bar Query Tracer调试栏查询跟踪器

wordpress 插件 文章 2020-04-14 03:20 441 0 全屏看文

AI助手支持GPT4.0

评分
20
描述

The Debug Bar Query Tracer plugin backtraces all calls to WPDB::query() and determines:

Debug Bar Query Tracer插件回溯对 WPDB :: query()的所有调用并确定:

    • which plugin caused that database query (it ignores all queries that are a part of normal WordPress activity), and
    • 哪个插件引起了该数据库查询(它会忽略属于正常WordPress活动一部分的所有查询),并且

    • 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).

    插件(必需)。

安装步骤

    1. Install the Debug Bar plugin
    2. 安装调试栏插件

    3. Activate the Debug Bar plugin
    4. 激活调试栏插件

    5. Install the Query Tracer plugin
    6. 安装Query Tracer插件

    7. Activate the Query Tracer plugin
    8. 激活查询跟踪器插件

下载地址
https://downloads.wordpress.org/plugin/debug-bar-query-tracer.0.1.2.zip
-EOF-

AI助手支持GPT4.0