calebthewood / flask-warbler

0 stars 0 forks source link

Optimize Queries #6

Open calebthewood opened 2 years ago

calebthewood commented 2 years ago

In some places, Warbler may be making far more queries than it needs: the homepage can use more than 75 queries!

Using the Flask-DebugToolbar, audit query usage and fix some of the worst offenders.