[wordpress插件] Debug Bar Remote Requests调试栏远程请求

wordpress 插件 文章 2020-04-14 03:30 406 0 全屏看文

AI助手支持GPT4.0

评分
100
描述

An add-on for the Debug Bar plugin that will log and profile remote requests made through the HTTP API.

Debug Bar插件的附件,它将记录和分析通过HTTP API发出的远程请求。

This plugin requires the Debug Bar Plugin.

该插件需要Debug Bar插件。

This plugin will add a “Remote Requests” panel to Debug Bar that will display the:

此插件将向“调试栏”添加“远程请求”面板,该面板将显示:

    • Request method (GET, POST, etc)
    • 请求方法(GET,POST等)

    • URL
    • URL

    • Time per request
    • 每个请求的时间

    • Total time for all requests
    • 所有请求的总时间

    • Total number of requests
    • 请求总数

    Optionally, you can add ?dbrr_full=1 to your URL to get additional information, including all request parameters and a full dump of the response with headers.

    (可选),您可以在URL中添加?dbrr_full = 1以获取其他信息,包括所有请求参数以及带有标头的响应的完整转储。

安装步骤

    1. Upload to the /wp-content/plugins/ directory
    2. 上传到/ wp-content / plugins /目录

    3. Activate the plugin through the ‘Plugins’ menu in WordPress
    4. 通过WordPress中的“插件”菜单激活插件

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

AI助手支持GPT4.0