This will help you brother. It is FREE 😉 https://www.scaler.com/event/learn-how-youtube-serves-billions-of-users-in-a-free-masterclass
On Mon, Jun 21, 2021, 8:49 PM Alejandro Garrido Gongora < [email protected]> wrote: > For big problems the answer is in 99% of cases split the problem, maybe > your problem is your architecture, also you will need cache, also Async, > maybe you need to en queue some routines maybe you need more hardware, > maybe you need to optimize your data structures, maybe the join of all > those solutions is what you need. > > Regards. > > Obtener Outlook para iOS <https://aka.ms/o0ukef> > ------------------------------ > *De:* [email protected] <[email protected]> en > nombre de carlos <[email protected]> > *Enviado:* Monday, June 21, 2021 4:57:02 PM > *Para:* [email protected] <[email protected]> > *Asunto:* Re: Best way to optimize API requests calls from over 10,000 > users simultaneously > > maybe try used cache when call many users > https://www.django-rest-framework.org/api-guide/caching/ > > Cheers > > On Mon, Jun 21, 2021 at 8:18 AM Kasper Laudrup <[email protected]> > wrote: > > On 21/06/2021 15.55, Sunday Iyanu Ajayi wrote: > > I want to be able to manage API calls from over 10000 users without > > getting network timeout errors > > Are you having issues doing so now? > > What have you done to try and profile your code for bottlenecks? > > What kind of help are you looking? Paid consultancy? > > Etc. > > You cannot really expect anyone to be able to help you if you don't take > some time trying to formulate a real question. > > Kind regards, > > Kasper Laudrup > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/django-users/7a436427-1069-d173-3e32-0339be9328dc%40stacktrace.dk > . > > > > -- > att. > Carlos Rocha > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/django-users/CAM-7rO33XnZDcXrjQJS%2Bbawy7%3D_HTAMfxfa2MT8ruyDXkE8h%2Bw%40mail.gmail.com > <https://groups.google.com/d/msgid/django-users/CAM-7rO33XnZDcXrjQJS%2Bbawy7%3D_HTAMfxfa2MT8ruyDXkE8h%2Bw%40mail.gmail.com?utm_medium=email&utm_source=footer> > . > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/django-users/VI1PR0402MB3342DC9605EF444EA2B6CF35F60A9%40VI1PR0402MB3342.eurprd04.prod.outlook.com > <https://groups.google.com/d/msgid/django-users/VI1PR0402MB3342DC9605EF444EA2B6CF35F60A9%40VI1PR0402MB3342.eurprd04.prod.outlook.com?utm_medium=email&utm_source=footer> > . > -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAMKMUjsW7C5z6zeTPDmPNNDD_DVLkqBdUXhK8kfqAbg0kN4gNA%40mail.gmail.com.

