mirror of
https://mau.dev/maunium/synapse.git
synced 2024-11-17 07:21:37 +01:00
Expand on caching
This commit is contained in:
parent
df29666d3c
commit
49fb1067ec
1 changed files with 7 additions and 1 deletions
|
@ -7,7 +7,13 @@ Changes in synapse v0.7.0 (2015-02-12)
|
||||||
servers would keep requesting the same events.
|
servers would keep requesting the same events.
|
||||||
* Various federation performance improvements, including:
|
* Various federation performance improvements, including:
|
||||||
|
|
||||||
- Caching common queries such as fetching events and current state.
|
- Add in memory caches on queries such as:
|
||||||
|
|
||||||
|
* Computing the state of a room at a point in time, used for
|
||||||
|
authorization on federation requests.
|
||||||
|
* Fetching events from the database.
|
||||||
|
* User's room membership, used for authorizing presence updates.
|
||||||
|
|
||||||
- Upgraded JSON library to improve parsing and serialisation speeds.
|
- Upgraded JSON library to improve parsing and serialisation speeds.
|
||||||
|
|
||||||
* Add default avatars to new user accounts using pydenticon library.
|
* Add default avatars to new user accounts using pydenticon library.
|
||||||
|
|
Loading…
Reference in a new issue