Created by: BenMorganIO
This guy solves some n+1 problems in the application. The solution is global. I need to take time though to scope the n+1s down to just what attribute constants we're actually using.
Tried using COLLECTION_ATTRIBUTES
but that didn't work out very well. Didn't remove a single n+1. As per n+1 issues, I think sticking to ATTRIBUTE_TYPES
is a good first step. I think we should integrate this with Administate::Page::Collection
.