|
|
|
|
|
by ranger_danger
235 days ago
|
|
In addition to the debug-toolbar, I'd really like people to know about https://github.com/jazzband/django-silk (no affiliation) I just recently found it and it has been amazing. It logs all your requests and responses by default (but is quite configurable) as well as your SQL queries (and how many/how long they take), in an easily searchable database. It can even profile functions for you. Makes it very to see at a glance what pages are slow for people, and why, so they can be optimized accordingly. |
|