A classic in this space is the Django Debug Toolbar. It’s a bit rough to have always on if you have a very slow app but it captures a lot of statistics and presents them in a pretty easy-to-use way that gives you a good picture of why something can be slow.
True, it used to be the go-to tool. But with API-only service and no Django templates, it was hard to make HTTP request client and debug using the toolbar. Thanks for posting about debug tool bar.
A classic in this space is the Django Debug Toolbar. It’s a bit rough to have always on if you have a very slow app but it captures a lot of statistics and presents them in a pretty easy-to-use way that gives you a good picture of why something can be slow.
True, it used to be the go-to tool. But with API-only service and no Django templates, it was hard to make HTTP request client and debug using the toolbar. Thanks for posting about debug tool bar.