mirror of
https://github.com/zulip/zulip.git
synced 2025-11-05 22:43:42 +00:00
The APNS client libraries (especially the hyper.http20 one) were determined via profiling to take significant time during the import process, so we move them to be lazily imported in order to optimize the overall Zulip import process. This save up to about 100ms in import time. These libraries are only used in certain Django processes inside zulipchat.com, and so are unnecessary both in development as well as for self-hosted Zulip servers.
28 KiB
28 KiB