• Hi
    Will this plugin work with dynamic content (like random images, random posts)?
    Of course it is a contradiction between dynamic content and caching. I’ve skipped WP Super cache because it is said to “freeze” the displayed content. (Nothing bad said about that plugin, there is a reason why it is so popular :o)
    Thanks,
    Kjetil

    https://www.ads-software.com/extend/plugins/w3-total-cache/

Viewing 12 replies - 16 through 27 (of 27 total)
  • Hi Frederick
    this seems cool, but I cannot implement it – it will make my page go blank if a put <!–MFUNC –>
    php code
    <!–/mfunc –>

    Do I need to have installed WP Super Cache? I’m really confused!

    thanks

    Have you contacted me by email about this? It’s hard to track people using the forums.

    I’m having the same exact problem: blank pages, when trying to use <!– mfunc –>any PHP code<!– /mfunc –> (or any other variant)

    W3TC version: development 0.9

    I thought this would change when I moved servers (I did change my hosting last night) but it keeps happening.

    Apache version 2.2.15
    PHP version 5.2.13

    (just in case ??

    Only independent code that doesn’t depend WP functions can be called in fragment caching because this code is executed before most of WordPress core is unavailable.

    WP functions such as $post->ID ?

    Basically I am tracking the incoming traffic using a file called in.php. I used the W3TC Development version and in the first line of the theme header.php, I use

    <!–mclude in.php–>
    <?php include_once(ABSPATH.’in.php’);?>
    <!–/mclude–>

    I did call for $post->ID in the in.php file which according to your reason could be the reason that the site went blank.

    I will tried to remove the $post->ID and see if it works.

    No, it is still a blank page.

    I am using W3TC Development Version 0.9
    WordPress: 3.0
    Page Cache: Enabled
    Page Cache Method: Disk (basic)

    Even a in.php with just <?php ?> also show a blank site

    it works if I echo something instead of <?php ?>

    <?php
    echo “hello”;
    ?>

    So there is hope.

    W3TC : Development Version 0.9
    WordPress: 3.0
    Page Cache: Enabled
    Page Cache Method: Disk (basic)

    I believe this issue is now fixed in the latest development version.

    Cool, I am going to download and test it out.

    Ok, if there are issues, submit a bug submission form please.

    W3TC is an awesome plugin but I need to get pass this bug before I used W3TC for all my blogs.

    mclude and mfunc still do not work on the latest W3TC Developement Version Page Cache Disk(Basic) Mode.

    The file that is “mclude” needs an echo statement, else site will go blank. The same file works on WP Super Cache.

    W3TC shows the same time for mfunc code below.
    <!–mfunc echo ‘real time = ‘.date(‘H i s’,time()); –>
    <?php echo ‘real time = ‘.date(‘H i s’,time()); ?>
    <!–/mfunc–>

    <?php echo ‘ | cached time = ‘.date(‘H i s’,time());?>
    WP Super Cache show different time using Half Cache Mode.

    Please submit a bug submission form from the support tab of the plugin.

Viewing 12 replies - 16 through 27 (of 27 total)
  • The topic ‘[Plugin: W3 Total Cache] Works with dynamic content?’ is closed to new replies.