user: ubuntu Need Counter Cache with Active Record size Community::Post => [:visibles] user: ubuntu USE eager loading detected Community::Post => [:visibles]
Add to your query: .includes([:visibles]) user: ubuntu USE eager loading detected ActiveStorage::Attachment => [:blob]
Add to your query: .includes([:blob]) user: ubuntu AVOID eager loading detected Campaign::Plan => [:user]
Remove from your query: .includes([:user]) See 'Uniform Notifier' in JS Console for Stacktrace
この投稿にいいね! したユーザーの一覧