Commit Graph

3 Commits (a2aa51b7e433fe265ec0ae16075d9d2f53756bff)

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