5 ms·
I don't think the article mentioned it but adjusting how you configure the WSGI server can really affect performance too. It's also easy to accidentally make y
by c0_0p_ 2mo ago
I don't think the article mentioned it but adjusting how you configure the WSGI server can really affect performance too.
It's also easy to accidentally make your DB queries sequentially or lazily. Using select_related is critical.