ListMember API making too many queries to the database per request
ListMember API is making too many queries to the database per request. As of now, in the worst case scenario, one ListMember request will make 7 queries to the database. This is consuming a lot of database resources.