mirror of
https://github.com/discourse/discourse.git
synced 2025-03-05 08:53:06 +08: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.