C#C
C#3y ago
Shiv

❔ Optimizing Homescreen API

Hi Team,
I need few inputs on optimising Homescreen API(developed using .net6) consumed by mobile client.
Right now when a user login, we are running few background calculations and calling 3rd party services which is taking upto 25 seconds for the Home screen API to return.

can I split it into two parts
1) Return basic info from API ( which will take around 2 seconds)
2) Return all other responses using SignalR .( can we use SignalR for this kind of usecases)

Will this approach work?
Was this page helpful?