_user_list_get_roles() needs better caching or a refactor to quench SQL load
dgtlmoon - February 5, 2008 - 23:06
| Project: | User List |
| Version: | HEAD |
| Component: | Code |
| Category: | task |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
_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

#1