ubyssey / ubyssey.ca

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

Prefetch featured images to reduce number of database queries #1333

Closed psiemens closed 10 months ago

psiemens commented 10 months ago

What problem does this PR solve?

Closes #1331

How did you fix the problem?

I extended the default article queryset to prefetch featured images. This ensures that prefetching is enabled for all article queries, although it may sometimes fetch featured images when none are needed (e.g. when rendering a list of articles without their images).

Page Queries before Queries after
Home page 649 487
Article page 231 185