#ohadbenita - performance
1 messages · Page 1 of 1 (latest)
Hello, I don't think we have a guide like this at the moment. Is there a specific flow you are working with now that you don't think is performant enough?
Specifically, I'd like to know if you have a benchmark of time it takes for different APIs to execute
In our use case we call createSetupIntent & createCustomer which takes 600-1500ms
And another question regarding this - do you have any preferred API endpoints for different geolocations
I can check if we have info on those average call times though I am not sure if you would be able to make changes to speed up those calls. Typically from what I have seen, optimization has more come from making less API calls or pre-creating the API objects to eat the time cost beforehand.
I can only see the amounts of time that those requests typically take on our server but hose call times look roughly in line with that.