• G P

    (@wetapplemedia)


    When a user is logged in and views the source code for a cached page, there is no footer comment at the bottom of the page despite having that setting enabled. Comment appears normally, however, if user logs out of wordpress to view the page.

    I believe it was helpful and useful to have it behave like v1.4.9 did, saying:
    “Page not cached by WP Super Cache. Check your settings page. Not caching requests by known users. (See Advanced Settings page)”

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter G P

    (@wetapplemedia)

    This issue still persists in v1.5.1

    Hello! After updating to 1.5.3, I see “Footer Comments” only when I’m logged out. On other site (also with v-1.5.3) I don’t see them at all.

    So, how can I be sure, that cash works, without this comments?

    This was caused by a one line change to wp-cache-phase1.php which you can reverse, and will be reversed in the next release, whenever that may be.

    If you’re using version 1.5.3 go to line 51 of wp-cache-phase1.php which should read:
    define( 'DONOTCACHEPAGE', 1 );

    Now, delete that line.

    That line saved the plugin doing a small amount of processing, but probably isn’t worth it, considering you miss out on seeing the debug html comments.

    Thank you for the answer.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘WP Super Cache v1.5.0 Not Adding Source Footer Comments’ is closed to new replies.