To avoid uncached templates query's add this code in profile.php:
Find:
PHP Code:
'removelist' => array(
'modifylist_removeuser',
),
add below:
PHP Code:
'editwebpage' => array(
'editor_smilie_standard',
'editor_smiliebox',
'editor_smiliebox_category',
'editor_smiliebox_row',
'modify_webpage',
),
'editguestbook' => array(
'modify_guestbook',
),
It reduce 6 query's
Some new about the avatars bug? (when stored as files)
Regards.