Title: Do not cache widget?
Last modified: August 21, 2016

---

# Do not cache widget?

 *  Resolved [boybawang](https://wordpress.org/support/users/boybawang/)
 * (@boybawang)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/do-not-cache-widget/)
 * Hello –
    I’m using Quick Cache Pro and realize it’s possible to disable cacheing
   on particular pages, by specifying define(‘QUICK_CACHE_ALLOWED’, FALSE). Is it
   possible to cache a page but disable caching on a widget within the page? I’d
   rather not use iFrame. Thanks
 * [https://wordpress.org/plugins/quick-cache/](https://wordpress.org/plugins/quick-cache/)

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

 *  Plugin Author [Raam Dev](https://wordpress.org/support/users/raamdev/)
 * (@raamdev)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/do-not-cache-widget/#post-5131069)
 * Hello,
 * What you’re referring to is called “dynamic fragmentation”, where only specific
   parts of a page get cached while other parts remain dynamic. This feature is 
   not currently available in Quick Cache, however we have a feature request open
   for that [here](https://github.com/websharks/quick-cache/issues/222). Please 
   follow that GitHub issue for updates.
 *  Thread Starter [boybawang](https://wordpress.org/support/users/boybawang/)
 * (@boybawang)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/do-not-cache-widget/#post-5131074)
 * Thanks Raam, will do. I ended up using iFrame as a workaround for now.
 *  [Germont](https://wordpress.org/support/users/alergic/)
 * (@alergic)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/do-not-cache-widget/#post-5131098)
 * [@boybawang](https://wordpress.org/support/users/boybawang/)
 * Please, I kindly ask if you can help me with the code you used in the iFrame.
   
   I had the same idea for Recent Comments and Posts, but I don’t know what should
   I add there.
 * Please, drop me a line [here](http://wp.me/P48646-24z) if you are not allowed
   get offtopic on this thread. even from a facebook account.
 * Thank you 😉
 *  Thread Starter [boybawang](https://wordpress.org/support/users/boybawang/)
 * (@boybawang)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/do-not-cache-widget/#post-5131103)
 * Hi Alergic –
 * Basically I just used iFrame to a page that is not being cached. In order to 
   not cache the page being called, I specified:
 * **define(‘QUICK_CACHE_ALLOWED’, FALSE);**
    within that page.
 * Next, I have a simple text widget with an iFrame calling that page:
    **<iframe
   src=”<source to page>” width=”200px” height=”1600px” scroll=”no”></iframe>**
 * Sorry, I had to boldface the code up above because for some reason the Code Backticks
   doesn’t seem to be working for me on this forum.
    I hope this helps 🙂

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

The topic ‘Do not cache widget?’ 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

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

 * 4 replies
 * 3 participants
 * Last reply from: [boybawang](https://wordpress.org/support/users/boybawang/)
 * Last activity: [11 years, 10 months ago](https://wordpress.org/support/topic/do-not-cache-widget/#post-5131103)
 * Status: resolved