Has anyone gotten JotCache to successfully work with Gantry? I can't seem to prevent module positions from being cached.
The JotCache instructions say to surround the following with special code:
<jdoc:include type="modules" name="xxx" ... />
But Gantry doesn't have code like that. Instead, it has:
<?php /** Begin Main Top **/ if ($gantry->countModules('maintop')) : ?>
<div id="rt-maintop">
<?php echo $gantry->displayModules('maintop','standard','standard'); ?>
<div class="clear"></div>
</div>
<?php /** End Main Top **/ endif; ?>
When I apply the JotCache tags to this code, the module position disappears entirely. I guess it isn't cached, but that doesn't help if it never appears anyway.
JotCache really speeds up a web site, but it also prevents ads (from iJoomla Ad Agency) from rotating. I don't want to have to choose.