Viewing 3 replies - 1 through 3 (of 3 total)
  • W3 Total Cache doesn’t matter.
    Probably that string there was also before you activated the plugin…
    The cause of that string is surely the boolean constant you edited in the WP-Config.php file. You added this:
    define(‘ALTERNATE_WP_CRON’, true);

    It is the alternative wp cron (https://codex.www.ads-software.com/Editing_wp-config.php#Alternative_Cron) you probably activated for some reasons. For example I activated it because I’m on Windows and the normal “cron” doesn’t work.
    The cron is simply the process that wordpress does to publish scheduled posts.

    Thread Starter Chris Langille

    (@clangille)

    Okay, is that a problem then? Or should I just keep everything as is? I think I actually threw that code into my wp-config because of my backup plugin.

    Plugin Contributor Frederick Townes

    (@fredericktownes)

    Yes.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: W3 Total Cache] What does "?doing_wp_cron" mean?’ is closed to new replies.