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.
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 thepublic
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: