Skip to content

Instantly share code, notes, and snippets.

@proveeder
Created August 16, 2024 04:10
Show Gist options
  • Select an option

  • Save proveeder/1ce311e791b0aebcfde9cf021c8191d4 to your computer and use it in GitHub Desktop.

Select an option

Save proveeder/1ce311e791b0aebcfde9cf021c8191d4 to your computer and use it in GitHub Desktop.
from django.db import connection
connection.queries_log.clear()
# do some stuff
query_count = len(connection.queries)
print(f"Number of queries for this request: {query_count}")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment