element-hq / element-hq/synapse
we should optimise rest endpoint dispatch
Open
T-Task
- Dominant language
- Python
- Stars
- 4.6k
- Forks
- 600
- Avg merge
- 5d 22h
- Merged PRs (30d)
- 51
Description
This issue has been migrated from [#5118](https://github.com/matrix-org/synapse/issues/5118).
---
every incoming GET request gets compared against a list of 227 regexps, many of which are redundant since they duplicate each endpoint onto the various places the client API lives. This is surely an unnecessary overhead.
Contributor guide
Assessment
This issue has not been assessed yet.