<div>I&#39;ve read that it&#39;s not good to use Memcache to cache MySQL queries, as the MySQL buffer already does this.&nbsp; Instead, I should cache the html output.&nbsp; Is this what one should always do?</div>
<div>&nbsp;</div>
<div>I&#39;m running PHP and using Smarty for templates.&nbsp; The PHP throws the output to Smarty, and Smarty is the thing that outputs the html.&nbsp; Thus my application is not able to grab the html output.&nbsp; Or is there a way to do it?
</div>
<div>&nbsp;</div>
<div>For instance, in a page I might have a &quot;about us&quot; section, a &quot;friends list&quot;, and a &quot;blog list&quot;.&nbsp; I&#39;d like to cache each of those sections.</div>
<div>&nbsp;</div>