This repository has been archived by the owner on Apr 26, 2024. It is now read-only.
filter_events_for_client
is time-consuming and expensive
#14108
Labels
A-Messages-Endpoint
/messages client API endpoint (`RoomMessageListRestServlet`) (which also triggers /backfill)
S-Minor
Blocks non-critical functionality, workarounds exist.
T-Enhancement
New features, changes in functionality, improvements in performance, or user-facing enhancements.
Milestone
filter_events_for_client
is time-consuming and expensive.From this
/messages
request (full trace), it takes 7.83s for 500 events and is one of the biggest time saves left after other/messages
optimizations we've already made. Most of time is just spent in the database getting the state out.Related to
filter_events_for_server
being expensive, #3526The text was updated successfully, but these errors were encountered: