Are the VM's within the same network/hosting company? On Mon, Feb 10, 2020 at 8:38 AM Simen Russnes <[email protected]> wrote:
> Ever since I separated my server running the Django code (2.2.9), and my > MariaDB server (10.3), there has been a significant lag increase in my > application. > > I've tried to limit the number of explicit requests to the server as the > round trip of opening and closing a connection now is obviously going to > be slower, but I've noticed that even when doing things like accessing a > standard ViewSet, serializing a Model the database can be very slow. One > thing in particular that got me worried is that when monitoring the > network traffic, I can see simultaneous upload and download speeds, when > I would expect only a very small sql request being uploaded, but still a > bigger download speed. > > Are there any general recommendations I should consider implementing? > > -- > > Regards, > > Simen > > > -- > 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/2b0e74fb-eb03-1ddf-b77a-893a06e8aac4%40bio-me.com > . > -- 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/CA%2B_%2B3iknrTb8h%3DdbgRrrLmKawHYztn7i5qOEgmijtnfxRUKhZw%40mail.gmail.com.

