ubyssey / ubyssey.ca

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

Wagtail Cache is installed but not enabled #1327

Closed psiemens closed 6 months ago

psiemens commented 10 months ago

The 3rd-party library Wagtail Cache is installed in the project but no pages appear to be served from the cache.

It looks like the cache middleware isn't configured correctly. According to the Wagtail Cache docs, this line should be FetchFromCacheMiddleware: https://github.com/ubyssey/ubyssey.ca/blob/develop/config/settings/base.py#L289