Quote:
Originally Posted by Jase2
Can you cache all templates ?
|
You can do it yourself. It depends too which Templates should be cached.
Regarding my Snapshots here's the way I did...
PHP Code:
<plugin active="1">
<title>Extra Profile Page Cache Templates</title>
<hookname>cache_templates</hookname>
<phpcode><![CDATA[$globaltemplates = array_merge($globaltemplates, array('page','userfield_radio', 'userfield_radio_option', 'userfield_select', 'userfield_select_option', userfield_wrapper));]]></phpcode>
</plugin>
Quote:
Originally Posted by Wired1
Jase2: Only 1 template, and yes, you can cache it.
|
Strange because I had several of them