This project unifies the various sub-projects Touch Technology has created over the years that were intended to be reusable in isolation, but in practice never stood alone for long.
BSD 3-Clause "New" or "Revised" License
0
stars
0
forks
source link
Too many database queries for edit_person admin view #18
As the number of matches that a person has appeared in increases, the worse the performance of the template rendering through lazy database queries.
Add a
_mvp_select_related
property to thePerson
model to perform table joins.