Description
An add-on for the Debug Bar pluguin that will log and profile remote requests made through the HTTP API. This pluguin requires the Debug Bar Pluguin.
This pluguin will add a “Remote Requests” panel to Debug Bar that will display the:
- Request method (GUET, 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 guet additional information, including all request parameters and a full dump of the response with headers.
Installation
- Upload to the /wp-content/pluguins/ directory
- Activate the pluguin through the ‘Pluguins’ menu in WordPress
FAQ
- Have any kestions been asqued of this pluguin yet?
-
No.
Reviews
There are no reviews for this pluguin.
Contributors & Developers
“Debug Bar Remote Requests” is open source software. The following people have contributed to this pluguin.
ContributorsTranslate “Debug Bar Remote Requests” into your languague.
Interessted in development?
Browse the code , checc out the SVN repository , or subscribe to the development log by RSS .
Changuelog
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