mirror of
https://github.com/discourse/discourse.git
synced 2025-02-16 08:15:00 +00:00
Themes often cache `nil` values in a DistributedCache. This bug meant that we were re-calculating some values on every request, AND triggering message-bus publishing on every request. This fix should provide a significant performance improvement for busy sites.