Setting the file. One moment. HTTP API · Wp Performance · WordPress/agent-skills · Skills Docs
Use this file when profiling shows slow external requests (wp_remote_get, etc.).
Fix patterns:
- Add timeouts and fail-fast behavior.
- Cache responses where appropriate (transients/object cache).
- Batch requests and avoid calling remote APIs on every page load.
Move heavy remote work to async (cron/queue) where possible.
- Query Monitor can report HTTP API calls (including timing) via REST envelope info.