I just updated my deep dive on how to optimize SQL queries with the Django ORM

This page summarizes the projects mentioned and recommended in the original post on /r/django

Our great sponsors
  • SurveyJS - A Non-Cloud Alternative to Google Forms that has it all.
  • Appwrite - The open-source backend cloud platform
  • Amplication - open-source Node.js backend code generator
  • InfluxDB - Collect and Analyze Billions of Data Points in Real Time
  • Sonar - Write Clean JavaScript Code. Always.
  • Mergify - Tired of breaking your main and manually rebasing outdated pull requests?
  • django-silk

    Silky smooth profiling for Django

    If you're using Django as an API, without templates, django debug toolbar is useless because it requires templates. It won't work with DRF endpoints which means you miss out on profiling and SQL tracing. That's where django-silk shines.

  • lighthouse

    Automated auditing, performance metrics, and best practices for the web.

    Good question! Unfortunately I don't have a really great answer. You can use assertNumQueries or django_assert_num_queries to make sure the number of queries stay at what you expect. But, that doesn't tell the whole story for "performance". I've used Lighthouse to track end to end performance of a website over time. Hopefully that helps, but let me know if you meant something else!

  • SurveyJS

    A Non-Cloud Alternative to Google Forms that has it all.. SurveyJS JavaScript libraries allow you to easily set up a robust form management system fully integrated into your IT infrastructure where users can create and edit multiple dynamic JSON-based forms in a no-code form builder. Learn more now.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts