diff --git a/openedx/core/djangoapps/site_configuration/helpers.py b/openedx/core/djangoapps/site_configuration/helpers.py index 45663497f3..9873a871b7 100644 --- a/openedx/core/djangoapps/site_configuration/helpers.py +++ b/openedx/core/djangoapps/site_configuration/helpers.py @@ -4,8 +4,10 @@ Helpers methods for site configuration. from django.conf import settings +from openedx.core.lib.cache_utils import request_cached +@request_cached("site_config") def get_current_site_configuration(): """ Return configuration for the current site.