ecamp3
ecamp3 copied to clipboard
Material List overview takes long to load when there are a lot of items
This should be better now with
- https://github.com/ecamp/ecamp3/pull/7657
There is still a n+1 for loading the material content nodes of each material item...
Is there? Show me where
Ah, I see, it's only in past camps with multiple periods. When all expansion panels are closed and you open up one of them, we have an n+1. In all other cases I could find, the content nodes are loaded in a single request now.