Not sure why the following aren't being cached
Uncached templates: editor_clientscript (1)
Uncached templates: editor_jsoptions_font (1)
Uncached templates: editor_jsoptions_size (1)
Uncached templates: editor_smilie (15)
Uncached templates: editor_smiliebox (1)
Uncached templates: editor_smiliebox_row (5)
Uncached templates: editor_toolbar_on (1)
Uncached templates: forumrules (1)
Uncached templates: newpost_disablesmiliesoption (1)
Uncached templates: pm_newsuperpm (1)
Uncached templates: posticonbit (14)
Uncached templates: posticons (1)
It appears to be cached in the super PM file..
PHP Code:
// pre-cache templates used by specific actions
$actiontemplates = array(
'newsuperpm' => array(
'pm_newsuperpm',
'editor_clientscript',
'editor_jsoptions_font',
'editor_jsoptions_size',
'editor_smilie',
'editor_smiliebox',
'editor_smiliebox_row',
'editor_toolbar_off',
'editor_toolbar_on',
'newpost_disablesmiliesoption',
'editor_smiliebox_straggler',
'posticonbit',
'posticons',
),
'trackpm' => array(
'pm_trackpm',
'pm_receipts',
'pm_receiptsbit',
),
'messagelist' => array(
'pm_messagelist',
'pm_messagelist_periodgroup',
'pm_messagelistbit',
'pm_messagelistbit_user',
'pm_messagelistbit_ignore',
)
);
Anyone??