Hello everyone
I have started using Prefect for the first time, and now I am in a dilemma whether to continue using it or not.
I am developing a high performance REST API, and it has ETL functionality, so I thought Prefect would be best to orchestrate the whole workflow.
Anyway, the problem is that with the same code, the response time of the API varies drastically based on I am using prefect or not. (I understand that the first run of the workflow will be very slow, but I have a problem with the subsequent invocations being very slow). I am attaching images of both scenarios here.
My question is whether I am doing something wrong, or is it something I will have to live with if I decide to use Prefect?