On the user account page, user_badges_get_badges is being called many times (in my case it appears that there are 14 calls to user_load!!!). Let's static cache the results to reduce the queries.
On the user account page, user_badges_get_badges is being called many times (in my case it appears that there are 14 calls to user_load!!!). Let's static cache the results to reduce the queries.
Comments
Comment #1
nancydruCommitted to 6.x-1.x.