Speed up actions.py

(Translated). how to accelerate actions.py? And is it possible to disable the stories.yml and only actions.py

stories:

  • story: happy path steps:
    • intent: intent_1
    • action: action_slot_extractions
    • action: action_response_slot
    • intent: intent_2
    • action: action_slot_extractions
    • action: action_response_slot

response time 3-4 sec

Hello @bairto! I don’t think we have guidelines for this yet. My recommendation would be to narrow down the source of the long response time. It might be that you’re running expensive computation as part of the action server?