Этот плагин не тестировался с последними 3 основными выпусками WordPress. Скорее всего, он уже не поддерживается и может быть несовместим с текущими версиями 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» — проект с открытым исходным кодом. В развитие плагина внесли свой вклад следующие участники:

Участники

Перевести «Debug Bar Remote Requests» на ваш язык.

Заинтересованы в разработке?

Посмотрите код, проверьте SVN репозиторий, или подпишитесь на журнал разработки по RSS.

Журнал изменений

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