Community Support Forums — WordPress® ( Users Helping Users ) — 2012-01-07T02:34:18-05:00 http://www.primothemes.com/forums/feed.php?f=5&t=16733 2012-01-07T02:34:18-05:00 http://www.primothemes.com/forums/viewtopic.php?t=16733&p=59894#p59894 <![CDATA[Does it cache widgets?]]> - 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:
<?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!

Statistics: Posted by wattaman — January 7th, 2012, 2:34 am


]]>