Page 1 of 1

Does it cache widgets?

PostPosted: January 7th, 2012, 2:34 am
by wattaman
Hi, I was wondering if the Quick Cache is caching widgets, and if it does, in any of these situations:
- the normal widgets, that can be displayed in sidebar from within the Wp admin widgets panel;
- the widgets inserted directly in sidebar.php, as php code; my tags, for example, are:
Code: Select all
<?php if (function_exists('wp_tag_cloud')) { ?>
      
         <span class="list1" id="tagcloud">
            <?php wp_tag_cloud('smallest=10&largest=18'); ?>
         </span>
      
      <?php } ?>


So, does Qcache do something in any (or both) of these situation?
Thanks!