该插件尚未通过WordPress的最新3个主要版本进行测试。 当与较新版本的WordPress一起使用时,可能不再受到维护或支持,并且可能会存在兼容性问题。

Debug Bar Remote Requests

描述

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

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

  • Request method (GET, POST, etc)
  • 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.

屏幕截图

  • Example output

安装

  1. Upload to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress

常见问题

Have any questions been asked of this plugin yet?

No.

评价

此插件暂无评价。

贡献者及开发者

「Debug Bar Remote Requests」是开源软件。 以下人员对此插件做出了贡献。

贡献者

更新日志

0.1.2

  • Improved error handling

0.1.1

  • Escaped all output
  • Added i18n functions
  • Improved efficiency when ?dbbr_full isn’t present in URL

0.1.0

  • Brand new