• I’ve activated W3 Total Cache to deal with some loading issues. After correcting a few minor errors in the theme’s javascript, CSS, etc and the site’s plugins, I’m left with one problem. The front page of the site responds very slowly to the “sticky” changes to posts when the object cache is operating – and I can’t see any particular why not. Every other change to excerpt text, comment counts, featured images does

    The theme uses sticky to pin a larger front page excerpt to the top of the page. Typically we unsticky the existing post, and sticky a newer one several times during the day.

    ` while (have_posts()) : the_post(); ?>
    <?php
    if (is_sticky()) {
    $sticky_count = $sticky_count++;
    ?>
    `

    http://wordpress.org/plugins/w3-total-cache/

  • The topic ‘Sticky post not updating when cached’ is closed to new replies.