mirror of
https://github.com/zulip/zulip.git
synced 2025-11-05 22:43:42 +00:00
Previously, we had some expensive-to-calculate keys in zulip_default_context, especially around enabled authentication backends, which in total were a significant contributor to the performance of various logged-out pages. Now, these keys are only computed for the login/registration pages where they are needed. This is a moderate performance optimization for the loading time of many logged-out pages. Closes #11929.
7.5 KiB
7.5 KiB