Hi, I'm seeing consistent blocking latency (~10 seconds) on every call to the OpenResponses API in OpenClaw, and I'd like to confirm whether this is expected behavior or a known issue.
This happens on every request, not just the first one.
From the logs, several components appear to run synchronously before the response starts:
- Slack socket ping / timeout warnings
- Bedrock IAM token discovery attempts (even though Bedrock is not used)
- Plugin initialization / library loading
- Session history loading (~52k chars)
Here is a sample log showing the sequence and timing:
https://gist.github.com/kanekoh/417974ff6d5f1e72c6aa3521012d689f
The total duration per request is typically around 16 seconds, and the blocking behavior repeats consistently.
Questions:
- Are these initializations expected to run on every OpenResponses API call rather than once at startup?
- Is there a supported way to disable unused integrations (e.g., Bedrock discovery, Slack hooks) to reduce latency?
- Are there plans for lazy-loading or caching of these components?
If helpful, I can open separate GitHub issues for each symptom after confirming the intended behavior.
Thanks!