• I’ve just found some time to mess around with 2.3 in a local test (XAMPP) site and noticed some caching going on.

    Not running WP-Cache.

    If I look under wp-content/cache I see files show up as I browse my test site.

    A) Is this expected behavior? If so, how/when are these cached files updated?

    B) Once I’m running on my “real” server, will this cause issues with WP-Cache? Or does this negate WP-Cache?

    I can’t help but feel like I’m missing something obvious, but I wasn’t expecting built-in caching.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Chris_K

    (@handysolo)

    Sorry, I’m having a Whiskey Tango Foxtrot moment here.

    Looking at source, on my XAMPP site, I see at the bottom of each page:

    <!-- Dynamic Page Served (once) in 0.773 seconds -->
    <!-- Cached page served by WP-Cache -->

    Wp-Cache not enabled. In fact, in my wp-config.php I have:

    define('WP_CACHE', false); //Added by WP-Cache Manager

    and I sure don’t have the necessary symbolic link!

    Wow. How can this be?

    Yeah, for what it’s worth, I’m having the exact same problem with no solution. Makes absolutely no sense.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘WP 2.3 – Caching?’ is closed to new replies.