ubyssey / ubyssey.ca

The code that powers www.ubyssey.ca
GNU General Public License v2.0
36 stars 41 forks source link

DB templates library adds database overhead #1330

Open psiemens opened 11 months ago

psiemens commented 11 months ago

The django-dbtemplates library makes a noticeable number of database queries when loading on the homepage, adding to the overall page load time.

The queries don't significantly slow down the page compared to other bottlenecks, but if the dbtemplates functionality isn't required, I'd recommend we look into uninstalling it to reduce overhead.