getsentry / spotlight

Your Universal Debug Toolbar
https://spotlightjs.com
Other
358 stars 11 forks source link

Query performance analysis with Django? #351

Open Mapiarz opened 7 months ago

Mapiarz commented 7 months ago

Hi.

Is query performance analysis available with the Django integration? DB calls already seem to be captured in the trace details.

Thanks for this neat piece of software.

Shubhdeep12 commented 7 months ago

Hi @Mapiarz Currently, the Spotlight lists the queries found in traces under the Performance tab. However, no performance analysis has been captured for queries thus far. Additionally, Spotlight should work with Django. You can refer to the installation guide here: https://spotlightjs.com/setup/other/ Please let us know if you encounter any issues. Thanks