Potentially optimisable database behaviour
The following queries could be optimised:
Run too often
SELECT "core_person"."id" FROM "core_person" INNER JOIN "core_group_owners" ON ("core_person"."id" = "core_group_owners"."person_id") WHERE ("core_person"."site_id" = $1 AND "core_group_owners"."group_id" = $2) ORDER BY "core_person"."last_name" ASC, "core_person"."first_name" ASC
@hansegucker can you try to identify the code location?