Skip to content

[enhancement request] - Add an option to track what Python lines causes the most SQL queries #478

Closed
@sorasful

Description

@sorasful

Hello,

When using Django-Silk on a project, it is useful to know how many SQL queries are made, where they came from. For now we have a pretty clear understanding of this, we can sort by number of join, time consumed, the type of requests.

For now, we can take any query and see why it was called.

But I wonder, wouldn't it be a good feature to be able to see, for a specific line, how many SQL queries are emitted ? Or maybe there's already something for this and I just didn't find it.

What do you think ?

Thanks.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions