appsembler / figures

Reporting and data retrieval app for Open edX
MIT License
44 stars 37 forks source link

Added Django Debug Toolbar to the devsite #210

Closed johnbaldwin closed 4 years ago

johnbaldwin commented 4 years ago

This is mostly helpful to help debug slow queries and could be helpful for other issues too.

Please try it out in your dev environment

https://github.com/jazzband/django-debug-toolbar

There is one pretty annoying thing that I'm still investigating by digging into the debug toolbar source code. The SQL history just keeps growing and growing and there is not a clear way to reset/clear the SQL history.

codecov-io commented 4 years ago

Codecov Report

Merging #210 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #210   +/-   ##
=======================================
  Coverage   92.29%   92.29%           
=======================================
  Files          35       35           
  Lines        1829     1829           
=======================================
  Hits         1688     1688           
  Misses        141      141           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 5abaf8f...c17ec7a. Read the comment docs.

johnbaldwin commented 4 years ago

Thanks for the review, Matej and Omar!