Hi all,
we perform some queries and mutations using Monday SDK on Node.js in an app installed on Firebase.
We are experiencing extreme slowness.
A simple webhook request -> Monday query -> some calculations -> Monday mutation
can take several seconds (sometimes more than 10 seconds) from when the user changes a value in a board using his browser and sees the changes.
In our logs we see that a single query can take 2 or 3 seconds to retrieve a result.
Any hints on how to improve speed?
Thanks for your help.