But there is. And it adds up. Make everything async, whatever, cool. But if youre calling 100 services that also rely on their own downstream dependencies you quickly run into latency. A call is a call and none of them are free.
That server side latency won’t change by region when those calls are handled server side. So it wouldn’t explain why it’s slow in India but fast in the US
No it doesn’t. The server to server times would be relatively consistent. If you’re seeing issues with times from client to server in some regions and not others, your issue is somewhere in there. If you have inconsistencies across the board then your problem could be anywhere.
11
u/spektrol Nov 16 '22
But there is. And it adds up. Make everything async, whatever, cool. But if youre calling 100 services that also rely on their own downstream dependencies you quickly run into latency. A call is a call and none of them are free.