mirror of
https://github.com/zulip/zulip.git
synced 2025-11-05 06:23:38 +00:00
‘req_var in request.GET’ was previously believed to be slow from profiling results. However, the real explanation for those profiling results is that WSGIRequest.GET is a lazy cached property, so there’s no reason to avoid it if we’re accessing request.GET anyway. Signed-off-by: Anders Kaseorg <anders@zulipchat.com>
13 KiB
13 KiB