Refactoring the way some admin controllers were working by using the relations of the models.
I did this changes while listening to the advices of the BDE.
Access and members admin controller now support sort and efficient filtering.
All controllers should be optimized like this in order not to load massive amounts of data and be working quickly ... But this is a huge work and those pages are only used by admin so we could keep it like this.
What are you guys thinking about that ?
Refactoring the way some admin controllers were working by using the relations of the models. I did this changes while listening to the advices of the BDE. Access and members admin controller now support sort and efficient filtering. All controllers should be optimized like this in order not to load massive amounts of data and be working quickly ... But this is a huge work and those pages are only used by admin so we could keep it like this. What are you guys thinking about that ?