For some time I have been working on a bot that activates a theme that then does a few things and then returns the output, last week it took about 8 seconds to do on average, but after a bit of testing with another theme and then enabeling the theme again after testig, now the theme takes from 35-1min to respond both in teams and also copilot test envoirement, changes are minor and shouldn't affect performance.
The flow that takes the most on average takes 6 seconds and the other flow after that about 2 second, yet at the end I wait for 30 seconds for a response, how come? How can I see the state and time of actions from themes?
Copilot Studio does not expsoe detailed timing per theme step, one of the main reasons users complain. Copilot Studio’s orchestration layer might be adding hidden wait time due to theme processing, throtling, or internal evaluation.
Hope you have confirmed the workflow timing (6+2 secs) from run history timestamps.
You can’t view per-step timing for themes today, but you can use flow run history + simplify the theme + recreate it to reclaim performance.
Remove steps temporarily, strip the theme to a single action, test it, and gradually re-add actions to find the bottleneck. This is the only option to identify the issue that is taking time.
Watch for throttling
If your environment is calling:
✅ If this answer helped resolve your issue, please mark it as Accepted so it can help others with the same problem. 👍 Feel free to Like the post if you found it useful.
Was this reply helpful?YesNo
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.