jazzband / django-silk

Silky smooth profiling for Django
MIT License
4.35k stars 333 forks source link

Insert queries are not being recorded #630

Closed Aperyon closed 1 year ago

Aperyon commented 1 year ago

SELECTs, UPDATEs, DELETEs are recorded as expected, but INSERTs are not. I would expect INSERT queries to be recorded as well.

Minimal setup

poetry init
poetry add django
poetry shell
django-admin startproject example
cd example
./manage.py createsuperuser
./manage.py runserver

Then add

Then log into django admin to

Then navigate to /silk/ and see that

SebCorbin commented 1 year ago

Closing in favor of https://github.com/jazzband/django-silk/issues/630