You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
controllers: add eager loading includes to EventsController#index
Add :host, :permissions, and :sponsorships to includes for Workshop, Meeting,
and Event queries. This eliminates N+1 queries when rendering the events
index page by loading all associations in a single query.
0 commit comments