django-silk
Silky smooth profiling for Django (by jazzband)
django-debug-toolbar
A configurable set of panels that display various debug information about the current request/response. (by jazzband)
Our great sponsors
django-silk | django-debug-toolbar | |
---|---|---|
13 | 16 | |
3,710 | 7,340 | |
1.2% | 0.4% | |
8.7 | 8.5 | |
7 days ago | 7 days ago | |
Python | Python | |
MIT License | BSD 3-clause "New" or "Revised" License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
django-silk
Posts with mentions or reviews of django-silk.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-12-10.
-
How to view the number of queries executed in DRF.
Those docs are wrong. They still reference syncdb. Use the README at https://github.com/jazzband/django-silk.
-
I just updated my deep dive on how to optimize SQL queries with the Django ORM
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.
-
3% of 666 Python codebases we checked had a silently failing unit test
https://github.com/ansible-community/ara/pull/358 https://github.com/b12io/orchestra/pull/830 https://github.com/batiste/django-page-cms/pull/210 https://github.com/carpentries/amy/pull/2130 https://github.com/celery/django-celery/pull/612 https://github.com/django-cms/django-cms/pull/7241 https://github.com/django-oscar/django-oscar/pull/3867 https://github.com/esrg-knights/Squire/pull/253https://github.com/Frojd/django-react-templatetags/pull/64 https://github.com/groveco/django-sql-explorer/pull/474 https://github.com/jazzband/django-silk/pull/550 https://github.com/keras-team/keras/pull/16073 https://github.com/ministryofjustice/cla_backend/pull/773 https://github.com/nitely/Spirit/pull/306 https://github.com/python/pythondotorg/pull/1987 https://github.com/rapidpro/rapidpro/pull/1610 https://github.com/ray-project/ray/pull/22396 https://github.com/saltstack/salt/pull/61647 https://github.com/Swiss-Polar-Institute/project-application/pull/483 https://github.com/UEWBot/dipvis/pull/216
-
Check why Django app is slow in production
Maybe look at https://github.com/jazzband/django-silk
- Is there a way to use django toolbar with DRF and Vue?
- Why are my first queries so slow?
django-debug-toolbar
Posts with mentions or reviews of django-debug-toolbar.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-01-30.
-
Django Debug Toolbar
Documentation, including installation and configuration instructions, is available at https://django-debug-toolbar.readthedocs.io/.
The Django Debug Toolbar was originally created by Rob Hudson [email protected] in August 2008 and was further developed by many contributors.
- Five Easy to Miss PostgreSQL Query Performance Bottlenecks
-
Check why Django app is slow in production
https://github.com/jazzband/django-debug-toolbar is also pretty good, but down to personal preference which of the 2 you choose (I prefer silk).
- Is there a way to use django toolbar with DRF and Vue?
-
what are 3 django packages everyone should know about?
django-debug-toolbar
-
Question for experienced Rustaceans
Django Debug Toolbar provides something akin to the browsers Developer Tools but for Django's server-side stuff. It makes it easy to check and fine-tune what Django ORM is generating.
- ¿Cómo mejorar el rendimiento de una aplicación hecha en Django?
What are some alternatives?
When comparing django-silk and django-debug-toolbar you can also consider the following projects:
ipdb - Integration of IPython pdb
pudb - Full-screen console debugger for Python
django-ninja - 💨 Fast, Async-ready, Openapi, type hints based framework for building APIs
django-devserver - A drop-in replacement for Django's runserver.
winpdb - Fork of the official winpdb with improvements
flask-debugtoolbar - A toolbar overlay for debugging Flask applications
wdb - An improbable web debugger through WebSockets
Cyberbrain - Python debugging, redefined.
python3-trepan - A gdb-like Python3 Debugger in the Trepan family
pyringe - Debugger capable of attaching to and injecting code into python processes.
python-uncompyle6 - A cross-version Python bytecode decompiler
icecream - 🍦 Never use print() to debug again.