Hacker News new | ask | show | jobs
by numlocked 4393 days ago
Looks very interesting! We currently use django debug toolbar for profiling, which seems to have a lot of overlap. I like how Silk stores the profiles of multiple requests - that seems to be a nice differentiator. What else? Thanks for the awesome contribution to the Django community!
2 comments

Yep django-toolbar is great! My aim with this was, like you said, to provide the history of multiple requests, but also to provide finer-grained profiling with the decorator and context manager. Not only do they capture execution time but they also capture the queries that were executed whilst they were active. The aim was extra visibility all round really.
> I like how Silk stores the profiles of multiple requests

You might like my Django SQL Inspector which aggregates many SQL queries across many requests.

https://github.com/rory/django-sql-inspector