Show HN: Silk, a profiling tool for Django
mtford.co.uk
Show HN: Silk, a profiling tool for Django
1–10 of 25 posts
Re: Show HN: Silk, a profiling tool for Django
#2I'm a little confused by this page though: http://mtford.co.uk/silk/request/1907/profiling/. Why is wrapped_target listed so many times for a single blog post query? Is there a hierarchy to the profile calls that's not shown? Oh, does it go deepest level to highest level calls?
Re: Show HN: Silk, a profiling tool for Django
#3Any ideas if that's the case?
Re: Show HN: Silk, a profiling tool for Django
#4Very cool, this seems much nicer than using hotshot to profile Django. I'm a little confused by this page though: http://mtford.co.uk/silk/request/1907/profiling/ . Why is wrapped_target listed so many times for a single blog post query? Is there a hierarchy to the profile calls that's not shown? Oh, does it go deepest level to highest level calls?
Re: Show HN: Silk, a profiling tool for Django
#5After reading through this intro, it isn't clear to me if I can use the decorator or context manager to profile code outside the request/response cycle. Any ideas if that's the case?
Re: Show HN: Silk, a profiling tool for Django
#6Re: Show HN: Silk, a profiling tool for Django
#7Re: Show HN: Silk, a profiling tool for Django
#8Looks 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!
Re: Show HN: Silk, a profiling tool for Django
#9Have you thought that instead of sending the results to elasticsearch? Instead of using something like newrelic this could take it's place..