REST API Call responds too slowly

0
Hello, I’ve built application B (not in Mendix!) which calls the API of my application number A (built within mendix) and it comes back as a ‘200’ (success), but basically the API takes too long to respond and my application B is timing out. Can I do something about it from the Mendix side to let the request come back a little bit faster…?   Thanks a lot! Regards Laura
asked
1 answers
0

This depends on the actions you are doing in Mendix. How long does it take? Why does it take so long?

And if it is not possible to make Mendix faster, maybe you can increase the time before your application A is giving a timeout? 

answered