]> cat aescling's git repositories - mastodon.git/commit
Improve counter caches on Status and Account (#7644)
authorEugen Rochko <eugen@zeonfederated.com>
Wed, 30 May 2018 00:50:23 +0000 (02:50 +0200)
committerGitHub <noreply@github.com>
Wed, 30 May 2018 00:50:23 +0000 (02:50 +0200)
commita7d726c3836a87006cedcdc4bd186f8aff89d093
treed1a2e321c043d61ad66f0da3f0e732b0ae75938d
parent461542784b555237316f3dd5e32ea224cd3ab8ef
Improve counter caches on Status and Account (#7644)

Do not touch statuses_count on accounts table when mass-destroying
statuses to reduce load when removing accounts, same for
reblogs_count and favourites_count

Do not count statuses with direct visibility in statuses_count

Fix #828
app/models/favourite.rb
app/models/status.rb
app/services/batched_remove_status_service.rb
app/services/suspend_account_service.rb
spec/models/account_spec.rb
spec/models/status_spec.rb