-
-
Notifications
You must be signed in to change notification settings - Fork 340
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ability to not log every request, optimizations, db_index, and a management command #31
Conversation
…it easier on Django to check consistency
…URLs are '/silkrequest'
This looks awesome Josh, cheers - limiting num. requests intercepted is a great shout and really like the idea of integrating cProfile. I'll merge this all in tommorow and will fix the broken build - think it's the usual python 2/3 stuff (iteritems etc). |
Fantastic. Thanks for getting this project going! |
Ability to not log every request, optimizations, db_index, and a management command
My pleasure =). Just merged this in and released to PyPi as 0.4. I took the liberty of making a few style changes to the cProfile stuff - just added scrolling for overflow and made Silk's own profiling section more explicit. The build fail was simply down to Thanks again! |
* Add regression tests for jazzband#22 * Handle more complicated PATCH calls
Hope this is helpful.
and