dj-tracker

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

Dj-tracker Alternatives

Similar projects and alternatives to dj-tracker

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better dj-tracker alternative or higher similarity.

dj-tracker reviews and mentions

Posts with mentions or reviews of dj-tracker. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-03-29.
  • Finding n + 1 problem on a local machine
    2 projects | /r/django | 29 Mar 2023
    I'd recommend dj-tracker. It can show you exactly which field your related queries come from and you'll easily be able to know when your N+1 problem is solved or not using the dashboard. See the Detect and resolve related queries page on the docs. (It comes with very little overhead compared to silk or debug-toolbar and it persists all the data in a database so you don't lose when you quit the server).
  • Queryset performance when joining tables?
    1 project | /r/django | 28 Feb 2023
    You could try dj-tracker. It'll help you detect N+1 or any related queries but also apply the deferring optimisation suggested by eysidi.
  • A Django app that tracks your queries to help optimize them
    2 projects | /r/Python | 18 Feb 2023
    That was the little story for dj-tracker and here is what it can do in summary: - Keep track of all fields accessed (allowing to use only or defer when some fields aren't used - Keep track of all attributes accessed (it can then give you a hint to use .values or .values_list) - Show how effective a queryset's cache is (and provide hints on using the .iterator optimisation) - Show all related queries in the same section and where they come from (making it super easy to detect N+1 queries) - Detailed traceback, SQL and template information for each query - Everything is persisted in a database so you can see how your application performs over time
  • A Django app that helps monitor and improve your database queries
    1 project | /r/djangolearning | 16 Feb 2023
  • Django performance optimization techniques
    1 project | /r/django | 15 Feb 2023
    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.
  • dj-tracker - A django app that tracks your queries and helps optimise them
    3 projects | /r/django | 1 Feb 2023
    Hmm, interesting. There is a Github action that builds wheels and uploads them to Pypi. That's why I didn't specify Cython in the project's dependencies. I guess I'll need to look at it more in-depth. I'll also update the documentation re urls.
  • A note from our sponsor - InfluxDB
    www.influxdata.com | 23 Apr 2024
    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. Learn more →

Stats

Basic dj-tracker repo stats
7
73
6.6
6 months ago

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com