Why is Django so slow?

Django sites can be slow if you use the convenience naively . If a Django application is noticeably slow it is almost always inefficient use of the ORM, which can be fixed in an afternoon with a profile or debug toolbar. If it is okayish but not fast then it is usually because of a lack of cache strategy.17 Tem 2020

Sizin İçin Seçtik  How can I make Django app faster?

Leave a Reply

Your email address will not be published. Required fields are marked *