ubyssey / ubyssey.ca

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

Consider prefetching featured media for articles #1331

Closed psiemens closed 11 months ago

psiemens commented 11 months ago

When loading the homepage, Wagtail executes many SQL queries to fetch featured media renditions for articles.

Screenshot 2023-10-24 at 10 36 14 PM

The Wagtail documentation suggests prefetching image renditions when querying a list of articles. We should consider implementing this to reduce the number of queries on pages that render a large number of articles, most notably the homepage.