Title: Preload processing posts that match do not cache strings
Last modified: August 2, 2017

---

# Preload processing posts that match do not cache strings

 *  [n1fdadmin](https://wordpress.org/support/users/n1fdadmin/)
 * (@n1fdadmin)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/preload-processing-posts-that-match-do-not-cache-strings/)
 * I am running bbPress on our site and I have two do not cache strings which block
   caching of the bbPress forum pages, topics, replies, etc. They are:
 * /forums/
    /our-forums/
 * When I run a preload, it tries to preload posts that match these paths which 
   causes the preload to hang. Normal caching does avoid the bbPress posts so I 
   think the do not cache strings are probably OK. Can you please help me to disable
   caching of the bbPress Topics and Replies?
 * Thank you,
 * Fred

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

 *  Plugin Author [Donncha O Caoimh (a11n)](https://wordpress.org/support/users/donncha/)
 * (@donncha)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/preload-processing-posts-that-match-do-not-cache-strings/#post-9373618)
 * You could add the constant DONOTCACHEPAGE to the bbpress config file which would
   stop the plugin caching any of those pages.
 * Unfortunately the preload will probably still call those pages if they’re in 
   the posts table. 🙁
 *  Thread Starter [n1fdadmin](https://wordpress.org/support/users/n1fdadmin/)
 * (@n1fdadmin)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/preload-processing-posts-that-match-do-not-cache-strings/#post-9385680)
 * Thank you for getting back to me. Would it be possible to have an enhancement
   to this excellent plugin to disable all caching for specific content types? This
   would allow many users to avoid caching things from various plugins which create
   custom post types without requiring constant updates to your code. It should 
   be possible to exclude a list of custom post types. Thank you for your consideration.
 *  [Saša](https://wordpress.org/support/users/stodorovic/)
 * (@stodorovic)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/preload-processing-posts-that-match-do-not-cache-strings/#post-9460305)
 * Hi [@n1fdadmin](https://wordpress.org/support/users/n1fdadmin/)
 * Since version 1.5.4 ( [https://github.com/Automattic/wp-super-cache/pull/336](https://github.com/Automattic/wp-super-cache/pull/336)),
   you can use filter `wpsc_preload_post_types`.
 * Sasa

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

The topic ‘Preload processing posts that match do not cache strings’ is closed to
new replies.

 * ![](https://ps.w.org/wp-super-cache/assets/icon-256x256.png?rev=3506220)
 * [WP Super Cache](https://wordpress.org/plugins/wp-super-cache/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-super-cache/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-super-cache/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-super-cache/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-super-cache/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-super-cache/reviews/)

## Tags

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

 * 3 replies
 * 3 participants
 * Last reply from: [Saša](https://wordpress.org/support/users/stodorovic/)
 * Last activity: [8 years, 8 months ago](https://wordpress.org/support/topic/preload-processing-posts-that-match-do-not-cache-strings/#post-9460305)
 * Status: not resolved