Hello,
As previously stated, I was looking for a way to have the left_column template get cached. I know Amy is working on adding it to the zip, but this is how I manually did it.
(It works, though I am not 100% certain it needs to be in THIS location. But it DOES cache it!)
Open your global.php file found in your root directory. (root/global.php)
Look for:
Code:
// templates to be included in every single page...
$globaltemplates = array_merge($globaltemplates, array(
Under this section, look for:
Below that, add:
Save the file, and upload. The left_column is now being cached.