snap-cloud / snapcon

An event management tool tailored to Snap!Con. Forked from OSEM
https://snapcon.org
MIT License
9 stars 9 forks source link

N+1 Query on All Events menu / Refactor Code #312

Open cycomachead opened 1 year ago

cycomachead commented 1 year ago

I'm submitting a ..

Current behavior: The all events menu has an N+1 query for the splashpage of each conference.

Expected correct behavior: We should include / pluck just the public column from the splashpage. Additionally, I think we can simplify the code so that it doesn't need to be aware of the current user...

Finally, there shouldn't be an additional empty divider in the menu.

Steps to reproduce:

Other information: