Have you tried using https://django-debug-toolbar.readthedocs.io/en/latest/?
It can be a little fiddling about with, but it's time based profiling
support has been invaluable in tracking down a few critical queries.

On Sun, 11 Jun 2023, 20:00 Kunal Mittal, <mittalkuna...@gmail.com> wrote:

> I've a django application serving 10k+ users daily, that application has
> everything to be on the top of performance metrics but still some API's
> have high latencies, application serves lots of pages with nice css and
> various images, on most the pages they are being served by s3 while on some
> it's via django static files. We have implemented caching on akamai for
> every static file that application serves, whenever that cache disappears
> latency of each and every API spikes exponentially, at that time even
> loading metrics becomes a pain, server does not pick those requests. Can
> anyone suggest what's going on here.
>
> --
> 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 django-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/d32868ba-a2df-41e3-8f41-3ecc3c1b3471n%40googlegroups.com
> <https://groups.google.com/d/msgid/django-users/d32868ba-a2df-41e3-8f41-3ecc3c1b3471n%40googlegroups.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 django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAHAc2je1B-m24UtOCjfK_VwQj1TYrdQH8czBS-bLotPsx1hGyw%40mail.gmail.com.

Reply via email to