Re: Django application is slow

2021-03-24 Thread Benjamin Schollnick
gt; > > On Wed, Mar 24, 2021 at 11:52 AM Benjamin Schollnick > mailto:bscholln...@schollnick.net>> wrote: >> Dear Programmers, >> my Django application is big and slow any leads on how to make it fast >> responsive. > > In my experience, if the Djang

Re: Django application is slow

2021-03-24 Thread Benjamin Schollnick
> Dear Programmers, > my Django application is big and slow any leads on how to make it fast > responsive. In my experience, if the Django application is slow, it’s often related to the database either queries, or the database engine is scaled correctly. (Of course, that’s ass

Re: Django application is slow

2021-03-24 Thread Omkar Parab
I haven't tried this yet. so can't tell you much about it. On Wed, Mar 24, 2021, 2:12 PM Israr Hussain Rao < israrhussainrao5...@gmail.com> wrote: > I am trying this but i am coınfused either i have to make a > separate function or i have to just install Memcache and add the > cahe binding to the

Re: Django application is slow

2021-03-24 Thread Israr Hussain Rao
I am trying this but i am coınfused either i have to make a separate function or i have to just install Memcache and add the cahe binding to the settings On Wed, Mar 24, 2021 at 10:38 AM Omkar Parab wrote: > Django documentation 👇 > https://docs.djangoproject.com/en/3.1/topics/cache/ > > On W

Re: Django application is slow

2021-03-24 Thread Omkar Parab
Django documentation 👇 https://docs.djangoproject.com/en/3.1/topics/cache/ On Wed, Mar 24, 2021, 1:52 PM Israr Hussain Rao < israrhussainrao5...@gmail.com> wrote: > I have rechecked my code and did my best to shorten the code and > removed unused javascript as well. > I will recheck my server c

Re: Django application is slow

2021-03-24 Thread Israr Hussain Rao
I have rechecked my code and did my best to shorten the code and removed unused javascript as well. I will recheck my server capability as well. do you know about the Django cache technique? how can i use it? On Wed, Mar 24, 2021 at 10:17 AM Omkar Parab wrote: > Check, if your server is cap

Re: Django application is slow

2021-03-24 Thread Omkar Parab
Check, if your server is capable of handling huge requests or not. Remove unused JavaScript. Check your querysets. On Wed, Mar 24, 2021, 1:31 PM Israr Hussain Rao < israrhussainrao5...@gmail.com> wrote: > Dear Programmers, > my Django application is big and slow any leads on how to make it fast

Django application is slow

2021-03-24 Thread Israr Hussain Rao
Dear Programmers, my Django application is big and slow any leads on how to make it fast responsive. -- 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