Commit Graph

3 Commits (a0ec371399564b2d506f8426220228a2a21fcd0b)

Author SHA1 Message Date
Claire d9ae3db8d5
Improve performance of follow recommendation scheduler ()
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**.
Eugen Rochko f7117646af
Add cold-start follow recommendations ()
Eugen Rochko 216b85b053
Fix performance on instances list in admin UI ()
- Reduce duplicate queries
- Remove n+1 queries
- Add accounts count to detailed view
- Add separate action log entry for updating existing domain blocks