Closed amschaal closed 7 years ago
The last line before rendering the template has bad performance:
emails = [u.email for u in get_users_with_perms(share, attach_perms=False, with_superusers=False, with_group_users=True)]
Must replace the guardian function, "get_users_with_perms" with something more efficient.
The last line before rendering the template has bad performance:
Must replace the guardian function, "get_users_with_perms" with something more efficient.