MatrixSynapse/synapse/api
Patrick Cloke da05b70af5
Skip unused calculations in sync handler. (#14908)
If a sync request does not need to calculate per-room entries &
is not generating presence & is not generating device list data
(e.g. during initial sync) avoid the expensive calculation of room
specific data.

This is a micro-optimisation for clients syncing simply to receive
to-device information.
2023-02-02 13:45:12 -05:00
..
__init__.py
auth.py
auth_blocking.py
constants.py Implement MSC3952: Intentional mentions (#14823) 2023-01-27 10:16:21 -05:00
errors.py
filtering.py Skip unused calculations in sync handler. (#14908) 2023-02-02 13:45:12 -05:00
presence.py
ratelimiting.py
room_versions.py
urls.py