mastodon/app
Claire d9ae3db8d5
Improve performance of follow recommendation scheduler (#16159)
Express follow_recommendations in terms of account_summaries rather than
accounts, integrate filters that are unconditionally used, and materialize
the resulting view.

This should result in the bulk of the computation being performed only once
instead of **once per recommendation language**.
2021-05-05 22:04:52 +02:00
..
chewy Change `tootctl search deploy` algorithm (#14300) 2020-07-14 18:10:35 +02:00
controllers Fix error when trying to render component for media without meta (#16112) 2021-05-05 21:16:55 +02:00
helpers Fix error when trying to render component for media without meta (#16112) 2021-05-05 21:16:55 +02:00
javascript Improve description of keyboard shortcuts (#16129) 2021-05-04 23:23:36 +02:00
lib Fix media processing getting stuck on too much stdin/stderr (#16136) 2021-05-05 19:44:01 +02:00
mailers Prepare Mastodon for Rails 6 (#15911) 2021-03-17 10:09:55 +01:00
models Improve performance of follow recommendation scheduler (#16159) 2021-05-05 22:04:52 +02:00
policies Add cold-start follow recommendations (#15945) 2021-04-12 12:37:14 +02:00
presenters Add server rules (#15769) 2021-02-21 19:50:12 +01:00
serializers Add cold-start follow recommendations (#15945) 2021-04-12 12:37:14 +02:00
services Fix empty home feed before first follow has finished processing (#16152) 2021-05-04 04:45:08 +02:00
validators Fix existing username validator not allowing multiple accounts (#16153) 2021-05-04 14:22:04 +02:00
views Fix error when trying to render component for media without meta (#16112) 2021-05-05 21:16:55 +02:00
workers Improve performance of follow recommendation scheduler (#16159) 2021-05-05 22:04:52 +02:00