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 USE eager loading detected Community::Comment => [:user]
Add to your query: .includes([:user]) user: ubuntu Need Counter Cache with Active Record size Community::Comment => [:images_attachments] user: ubuntu USE eager loading detected Community::Comment => [:images_attachments]
Add to your query: .includes([:images_attachments]) user: ubuntu Need Counter Cache with Active Record size Community::Comment => [:likes] user: ubuntu USE eager loading detected Community::Comment => [:likes]
Add to your query: .includes([:likes]) user: ubuntu USE eager loading detected Community::Comment => [:comments]
Add to your query: .includes([:comments]) user: ubuntu AVOID eager loading detected Campaign::Plan => [:user]
Remove from your query: .includes([:user]) See 'Uniform Notifier' in JS Console for Stacktrace
この投稿にいいね! したユーザーの一覧
この投稿にいいね! したユーザーの一覧
この投稿にいいね! したユーザーの一覧
この投稿にいいね! したユーザーの一覧