_user_list_get_roles() of user_list.module is pushing around 120 extra mysql queries onto my system, i think since the roles table is not generally so big, it could be possible that the first time this function is called, the entire table is loaded into memory and then refactored so ay additional queries come out of that static cache

Comments

deekayen’s picture

Version: 5.x-1.x-dev » master
Category: bug » task