_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
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

deekayen - May 6, 2008 - 16:15
Version:5.x-1.x-dev» HEAD
Category:bug report» task
 
 

Drupal is a registered trademark of Dries Buytaert.