F
F
Friend2016-12-30 18:24:13
Django
Friend, 2016-12-30 18:24:13

Why did the server response time (nginx uwsgi) increase?

I noticed that the server response time for a Django site increased from 0.4 to 0.79, why could this happen and how can I speed up the server?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
D
Dmitry, 2016-12-30
@dmtrrr

1) look at the nginx and django logs to understand where the time is being spent
2) profile the code, most likely a new "heavy" query has been added to the database.

A
Alexander Valle, 2017-01-04
@v1pby

Try clearing the caches. They may not work efficiently.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question