Thanks for your answer. As suggested, i activated the pro version and activated the Fragment Cache so as not to cache the whole page but i’m getting the following error :
“Unable to execute”
Here is my php code :
<?php echo ‘Cache The time is ‘.date( ‘H:i:s’, time() ); //put time in cache ?>
<!–mfunc <?php echo W3TC_DYNAMIC_SECURITY; ?> –>
<?php echo ‘The time is ‘.date( ‘H:i:s’, time() ); //not cached ?>
<!–/mfunc <?php echo W3TC_DYNAMIC_SECURITY; ?> –>