Django performance optimization techniques

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

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • dj-tracker

    A Django app that tracks your queries to help optimize them. Demo: https://dj-tracker-bakerydemo.herokuapp.com/dj-tracker/

  • For these reasons and many others (we lose the data as soon as we quit the session, it only keeps track of queries inside a request/response cycle i.e not in a background job for example...), I started building an app (dj-tracker) that can give you various insights into your queries but also hints on how to optimize them.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
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

  • Finding n + 1 problem on a local machine

    2 projects | /r/django | 29 Mar 2023
  • Queryset performance when joining tables?

    1 project | /r/django | 28 Feb 2023
  • A Django app that helps monitor and improve your database queries

    1 project | /r/djangolearning | 16 Feb 2023
  • dj-tracker - A django app that tracks your queries and helps optimise them

    3 projects | /r/django | 1 Feb 2023
  • Building a full Django project, starting with a single file

    8 projects | news.ycombinator.com | 23 Apr 2024