• Greetings!

    I know that in “Page Cache Settings” is a “Cache the home page” to uncheck, but this seems not to work when first page is a static page and not the last posts, as usually in WordPress.

    So… how can I stop the first page of my blog (which is a page, a static page) from being cached?

    Thanks,

    rkn

Viewing 3 replies - 1 through 3 (of 3 total)
  • The option should work as described. Can you submit a bug submission on the plugin’s support tab?

    Thread Starter radukn

    (@radukn)

    I made some changes and the error from the homepage-cached it working.

    I still have some very basic question.

    At “Never cache the following pages” you have

    wp-.*\.php
    index\.php

    This seems to me to be rules per files (PHP files), not WordPress pages. So: how can I disable W3TC for acting on

    http://www.mysite.com/this-page/

    and

    http://www.mysite.com/all-pages/…/

    ???

    I try

    this-page
    all-pages/*

    but do not work for exception. I am confused about the syntax for exclusion. Can you enlight me?

    I am lost also at “Ignored query stems for database”. Let’s say I have a table wp_myowntable. In that textarea I have to put

    wp_myowntable

    and it will be excluded from caching?

    Thank you very much!

    I am confused about the syntax for exclusion. Can you enlight me?

    “Never cache the following pages” accepts only regular expressions. So:

    1) this-page
    2) all-pages/.* or just: all-pages

    In that textarea I have to put wp_myowntable and it will be excluded from caching?

    Correct.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: W3 Total Cache] How not-to Cache Homepage, when this is a page’ is closed to new replies.