Title: Dynamic content caching
Last modified: June 6, 2020

---

# Dynamic content caching

 *  [anstoyanov](https://wordpress.org/support/users/anstoyanov/)
 * (@anstoyanov)
 * [6 years ago](https://wordpress.org/support/topic/dynamic-content-caching/)
 * I have a woocommerce store that shows estimate delivery date depending on the
   shipping region user is browsing the website. The value is called via shortcode
   in functions.php . The problem is that when cached all users see the same estimate.
 * Is there a workaround to instruct wp super cache not to cache specific shortcodes?
   Or any other workaround? I googled and some suggest calling the shortcode via
   Ajax, but solutions seems heavy and involves theme files modification and not
   sure if will be able to make it work due to my low technical skills…
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fdynamic-content-caching%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  Plugin Author [Donncha O Caoimh (a11n)](https://wordpress.org/support/users/donncha/)
 * (@donncha)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/dynamic-content-caching/#post-13058801)
 * It might be easier to just disable caching on those pages. If you define the 
   constant DONOTCACHEPAGE when those pages are shown the page won’t be cached.
 * You can have dynamic caching but it’s not simple. There’s an example plugin in
   wp-super-cache/plugins/.

Viewing 1 replies (of 1 total)

The topic ‘Dynamic content caching’ 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/)

 * 1 reply
 * 2 participants
 * Last reply from: [Donncha O Caoimh (a11n)](https://wordpress.org/support/users/donncha/)
 * Last activity: [5 years, 11 months ago](https://wordpress.org/support/topic/dynamic-content-caching/#post-13058801)
 * Status: not resolved