ubyssey / ubyssey.ca

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

Enable Django cache in production #1334

Closed psiemens closed 10 months ago

psiemens commented 10 months ago

What problem does this PR solve?

Closes #1332

On the homepage, this reduces the number of database queries from 640 to 503.

How did you fix the problem?