Title: New Comments don&#039;t clear cache
Last modified: August 20, 2016

---

# New Comments don't clear cache

 *  Resolved [Andrew Wilder](https://wordpress.org/support/users/eatingrules/)
 * (@eatingrules)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/new-comments-dont-clear-cache/)
 * Just installed Quick Cache and everything seems to be working great – Except,
   I’ve noticed that when someone leaves a comment on a post, that particular post
   is not updated immediately in the cache.
 * I have the Dynamic Cache Pruning set to “Single + Front Page”.
 * This is a big problem for us – any suggestions on how to get a new comment to
   trigger a cache refresh for that page?
 * Thanks!
 * [http://wordpress.org/extend/plugins/quick-cache/](http://wordpress.org/extend/plugins/quick-cache/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [Kimberly](https://wordpress.org/support/users/kellogg9/)
 * (@kellogg9)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/new-comments-dont-clear-cache/#post-3442335)
 * You can fix this go into hooks.inc.php and add:
 * add_action (“comment_post”, “c_ws_plugin__qcache_clearing_routines::clear_on_post_page_creations_deletions”);
 * You may need to modify a tad more so if need be check out my other thread..its
   similar but you are specifically only dealing with “comment_post” not the other
   actions it talks about: [http://wordpress.org/support/topic/scheduled-posts-this-plugin-refuses-to-update-1?replies=8](http://wordpress.org/support/topic/scheduled-posts-this-plugin-refuses-to-update-1?replies=8)
 *  Thread Starter [Andrew Wilder](https://wordpress.org/support/users/eatingrules/)
 * (@eatingrules)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/new-comments-dont-clear-cache/#post-3442337)
 * Thanks Kimberly. I actually switched back to W3 Total Cache (it has other functionality
   we want, too). It does seem like this customization should be part of the Quick
   Cache built-in functionality; hopefully in a future update!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘New Comments don't clear cache’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/quick-cache_efefef.svg)
 * [Quick Cache (Speed Without Compromise)](https://wordpress.org/plugins/quick-cache/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/quick-cache/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/quick-cache/)
 * [Active Topics](https://wordpress.org/support/plugin/quick-cache/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/quick-cache/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/quick-cache/reviews/)

## Tags

 * [cache clearing](https://wordpress.org/support/topic-tag/cache-clearing/)

 * 2 replies
 * 2 participants
 * Last reply from: [Andrew Wilder](https://wordpress.org/support/users/eatingrules/)
 * Last activity: [13 years, 3 months ago](https://wordpress.org/support/topic/new-comments-dont-clear-cache/#post-3442337)
 * Status: resolved