<div class="gmail_extra">Well, the 4 mentioned should bot be used all together.<br>You should use Drupal&#39;s Default cache, CSS and JS aggregation.<br>You should then use Memcache and varnish combo<br>OR<br>Use Boost only.<br>

<br>memcache caches your Db to memory, and varnish(reverse proxy) caches html in memory, thus saving on php processing and apache  hits.<br>Boost creates HTML pages of the pages you create, Should be used when you dont have data that changes too frequent, like the news publishing sites where data is published, and changes are not more.<br>

<br>Checkout what kind of site you are building and implement a good caching mechanism.<br><br><div class="gmail_quote">On Wed, Dec 12, 2012 at 6:46 PM, Austin Einter <span dir="ltr">&lt;<a href="mailto:austin.einter@gmail.com" target="_blank">austin.einter@gmail.com</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">My question is, can one use all 4 of them, or one need to choose only 1 of them. Or one need to choose few of them, can somebody guide me in this regard.</blockquote>

</div><br><br clear="all"><br>-- <br>Regards,<br>Vaibhav Jain<br>
</div>