Slow Api responses
I'm using n8n to automate a support agent, and I noticed that the nodes of typebot are taking longer for very small tasks like
- update typebot
- continuechat with a simple condition that check if the message is "go" then respond with "what's your name?"

5 Replies
the updateTypebot takes 3.5s

and the response to say "what's your name takes almost 2s

not sure, but have you checked the time in typing emulation - https://docs.typebot.io/settings/overview ?
Typebot Docs
Settings - Typebot Docs
hmmmm
Hard to guess what's wrong here
What if you use app.typebot.io, is it as slow?
If not, then it comes from your machine resources?
I realized that when I copy nodes from another bot, to a new one, and even I have typing emulator deactivated, it still show typing, I also tried to make max time to 0 and words per minute higher it still have some default value somewhere.
For newly created bots, the speed is fine, and disabling typing emulator works correctly