Workflow creation and test feature work slower

I have noticed that making a workflow with 30-40 AI steps nowadays takes time to build that and test out the various modules using “test” button

So is there any suggestions as I have high end cloud server and it shall work very fast but it feels like entire workflow creation works slower for me causing me to find alternatives.

I am and have been a big fan of activepeice so don’t want to stop working here as AP is close to what I love to work with.

Is there any suggestions that can make my overall community edition work faster at time of workflow creation and at time of checking last runs from “Run” tab faster?

Hi @andish12

Is it only Test Flow slow or is it also the production run?

Do you have set AP_EXECUTION_MODE to SANDBOXED?

Does your flow contain many code pieces?

In my case:
AP_EXECUTION_MODE=UNSANDBOXED

AP_SANDBOX_RUN_TIME_SECONDS=600

AP_FLOW_TIMEOUT_SECONDS=5400

AP_TELEMENTRY=false

AP_FLOW_WORKER_CONCURRENCY=100

AP_TRIGGER_DEFAULT_POLL_INTERVAL=5

AP_WEBHOOK_TIMEOUT_SECONDS=90

  1. The slowness is not against the runs rather its at time of creating the flows
    even if I go to run it takes 10-20 seconds to only show what is the rows
  2. When I open a workflow it takes longer time to even load really feels like too long
  3. When I read the flow data it takes longer to read the content inside and moving from one piece to another

It comes 10-20 seconds when I use date that case shall be atleast be bit faster when we have specific query for this I am not sure that why its setup like this slow and how you are storing this data or fetching that to get that much time. And also as soon as it comes it gets refreshed atleast when we have certain date picked it shall give it the data stays there say like 20 seconds so user get time but before that reading if I missed 5 seconds it again goes to 10-20 seconds loop as I need to wait for after auto refresh when it comes.