This topic was automatically generated from Slack. You can find the original thread here.
Related to this thread, but I don’t want to hijack it. Slack
Is there a way to optimize initial response? I am seeing the response time as high as 7 seconds to deliver a 200 OK response to a Pipedream webhook endpoint getting hit. It can be a few seconds even on subsequent call (so perhaps not just cold start?). It is causing the calling application to thing the server is non-responsive and fail.
To add a bit more context, this is mainly (but not exclusively) when using a custom response step or a code step with a response immediately following the trigger step.
Is the total complexity of the workflow part of the initial load/run time even for earlier steps? I am using conditional logic that I can likely strip out and make into different endpoints need be.
It is a client instance, and they are not paying for Business, so I can’t guarantee it is warm, but rapidly hitting it in postman will give me a better number, but not consistently.