summaryrefslogtreecommitdiff
path: root/packages/backend/src/misc/cache.ts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* perf: fix caching (#8660)Johann1502022-05-141-0/+1
| | | | | | The cache implementation did previously not store the results of the computation and was thus not a cache at all. This can cause a significant number of database queries each time someone with a large number of followers does something that causes an activity to be federated.
* perf(server): use cached user info in getUserFromApIdsyuilo2022-03-261-1/+26
|
* perf(server): refactor and performance improvementssyuilo2022-03-251-1/+1
|
* perf(server): reduce db querysyuilo2022-03-211-3/+14
|
* fix lintsyuilo2021-12-091-1/+1
|
* refactoringsyuilo2021-11-121-0/+43
Resolve #7779