Sébastien Corbin

Results 97 comments of Sébastien Corbin

Thanks for this RFC, although it's a lot of content, it's a pretty clear vision of implementation. I'm also leaning towards option B, and I have some more questions :...

Coming from https://github.com/jazzband/django-silk/issues/630 ## Issue I've tracked down the issue to `SQLInsertCompiler` not being patched to log queries. IMHO patching compilers is dangerous, because all have a different behaviors, and...

What's left to do? I'm willing to continue. I would love to have a way of knowing which queries are duplicated at glance.

Rebased on master, added highlight on duplicate queries

After using this PR for some time, the only feedback is UX-related, when dealing with a lot of SQL queries for a request : - they are paginated, so the...

Please ensure you have `SILKY_PYTHON_PROFILER` set to `True` as per documentation

As long as the silk middleware is installed and `SILKY_PYTHON_PROFILER` is set to True, all requests should be profiled

@mgaligniana I suggest - make the form agnostic from session if SessionMiddleware is not present (the test muse be `hasattr(request, 'session')` - as for AuthenticationMiddleware the `SILKY_AUTHENTICATION` should be enough...