Title: fredaria's Replies | WordPress.org

---

# fredaria

  [  ](https://wordpress.org/support/users/fredaria/)

 *   [Profile](https://wordpress.org/support/users/fredaria/)
 *   [Topics Started](https://wordpress.org/support/users/fredaria/topics/)
 *   [Replies Created](https://wordpress.org/support/users/fredaria/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/fredaria/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/fredaria/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/fredaria/engagements/)
 *   [Favorites](https://wordpress.org/support/users/fredaria/favorites/)

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Super Cache] Enabling caching redirects users to homepage after posting comments](https://wordpress.org/support/topic/enabling-caching-redirects-users-to-homepage-after-posting-comments/)
 *  Thread Starter [fredaria](https://wordpress.org/support/users/fredaria/)
 * (@fredaria)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/enabling-caching-redirects-users-to-homepage-after-posting-comments/#post-15021884)
 * Hi Donncha,
 * Thank you for looking into this issue.
 * I have some debug logs that could help. Could you please take a look? In both
   situations, caching was on.
 * So, when the user posts a comment and gets redirected, I get these logs
 *     ```
       23:11:26 458 /wp-comments-post.php wpsc_get_auth_cookies: no auth cookies detected
       23:11:26 458 /wp-comments-post.php wpsc_is_caching_user_disabled: false
       23:11:26 458 /wp-comments-post.php Supercache Late Init: add wp_cache_serve_cache_file to init
       23:11:26 458 /wp-comments-post.php Supercache Late Loader running on init
       23:11:26 458 /wp-comments-post.php wp_cache_get_cookies_values: return:
       23:11:27 458 /wp-comments-post.php supercache dir: ABSPATH/wp-content/cache/supercache/xyz-xyz-xyz.pantheonsite.io/
       23:11:27 458 /wp-comments-post.php wp_cache_get_cookies_values: return:
       23:11:27 458 /wp-comments-post.php Fetched static page data from supercache file using PHP. File: ABSPATH/wp-content/cache/supercache/xyz-xyz-xyz.pantheonsite.io/index-https.html
       ```
   
 * When the user can post a comment and not get redirected, I get these logs:
 *     ```
       23:24:32 458 /wp-comments-post.php wpsc_get_auth_cookies: no auth cookies detected
       23:24:32 458 /wp-comments-post.php wpsc_is_caching_user_disabled: false
       23:24:32 458 /wp-comments-post.php Supercache Late Init: add wp_cache_serve_cache_file to init
       23:24:33 458 /wp-comments-post.php Supercache Late Loader running on init
       23:24:33 458 /wp-comments-post.php wp_cache_get_cookies_values: return:
       23:24:33 458 /wp-comments-post.php supercache dir: ABSPATH/wp-content/cache/supercache/xyz-xyz-xyz.pantheonsite.io/
       23:24:33 458 /wp-comments-post.php No Super Cache file found for current URL: ABSPATH/wp-content/cache/supercache/xyz-xyz-xyz.pantheonsite.io/index-https.html
       23:24:33 458 /wp-comments-post.php In WP Cache Phase 2
       23:24:33 458 /wp-comments-post.php Setting up WordPress actions
       23:24:33 458 /wp-comments-post.php Created output buffer
       23:24:35 458 /wp-comments-post.php Moderated comment. Don't delete supercache file until comment approved.
       23:24:35 458 /wp-comments-post.php Post 154160 changed. Update cache.
       23:24:35 458 /wp-comments-post.php wp_cache_post_change: comment detected and it's moderated or spam. Not deleting cached files.
       23:24:35 458 /wp-comments-post.php Not caching POST request.
       23:24:35 458 /wp-comments-post.php wp_cache_maybe_dynamic: returned $buffer
       ```
   

Viewing 1 replies (of 1 total)