Deze plugin is niet getest met de laatste drie grote versies van WordPress. Mogelijk wordt het niet meer onderhouden of ondersteund. Er kunnen ook compatibiliteitsproblemen ontstaan wanneer het wordt gebruikt met recentere versies van WordPress.

Debug Bar Remote Requests

Beschrijving

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.

Schermafbeeldingen

  • Example output

Installatie

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

FAQ

Have any questions been asked of this plugin yet?

No.

Beoordelingen

Er zijn geen beoordelingen voor deze plugin.

Bijdragers & ontwikkelaars

“Debug Bar Remote Requests” is open source software. De volgende personen hebben bijgedragen aan deze plugin.

Bijdragers

Vertaal “Debug Bar Remote Requests” naar jouw taal.

Interesse in ontwikkeling?

Bekijk de code, haal de SVN repository op, of abonneer je op het ontwikkellog via RSS.

Changelog

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