Tijani-Dia / dj-tracker

A Django app that tracks your queries to help optimize them. Demo: https://dj-tracker-bakerydemo.fly.dev/dj-tracker/
https://tijani-dia.github.io/dj-tracker/
BSD 3-Clause "New" or "Revised" License
79 stars 3 forks source link
django orm performance-monitoring performance-optimization

Package version Downloads

dj-tracker is an app that tracks your queries to help detecting some possible performance optimisations listed in Database access optimization.

Features

Demo

You can try dj-tracker with the bakerydemo on the demo app.

Requirements

Getting started

Check out the installation steps if you want to get started quickly or the tutorial to see a concrete example of dj-tracker usage.

Documentation

All documentation is in the "docs" directory and online at https://tijani-dia.github.io/dj-tracker/

Development phase - Contributing

dj-tracker is in alpha phase.

You can help a lot by reporting bugs you'll encounter. Feature requests, PRs or/and any feedback are also welcome.