內容簡介
這是 Debug Bar 外掛的附加元件,可記錄和分析透過 HTTP API 請求的遠端請求。此外掛需要 Debug Bar 外掛的支持。
安裝此外掛後,Debug Bar 介面中會新增一個“Remote Requests”選項,其中會顯示以下資訊:
- 請求方法(GET、POST等)
- URL
- 每個請求所需時間
- 所有請求所需的總時間
- 請求總數
此外,您可以在 URL 中添加“?dbrr_full=1”來獲得附加資訊,包括所有請求參數以及帶有標頭的完整回應。
外掛標籤
開發者團隊
原文外掛簡介
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.
