Title: Caching Problem
Last modified: August 22, 2016

---

# Caching Problem

 *  Resolved [savvageorge](https://wordpress.org/support/users/savvageorge/)
 * (@savvageorge)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/caching-problem-8/)
 * Hi,
 * Firstly I’d just like to say what an awesome plugin this is. Easily the best 
   ratings plugin I have used. I’m currently trying to get it to work with WP Fastest
   Cache. When you vote the cached version of the site doesn’t have an updated score.
   The developer of WP Fastest Cache said it’s because this plugin uses php to get
   the results instead of ajax. Not sure it that makes any sense.
 * Thanks,
 * George
 * [https://wordpress.org/plugins/thumbs-rating/](https://wordpress.org/plugins/thumbs-rating/)

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

 *  Plugin Author [Ricard Torres](https://wordpress.org/support/users/quicoto/)
 * (@quicoto)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/caching-problem-8/#post-5421390)
 * It does. When you vote, the vote is being saved using Ajax which is fine. In 
   the other hand, showing the buttons when the page loads is done using PHP.
 * I know some cache plugins allow you to add certain code to exclude areas of your
   theme from being cached (WP Super Cache does). Maybe there’s something similar
   with Fastest Cache?
 *  Thread Starter [savvageorge](https://wordpress.org/support/users/savvageorge/)
 * (@savvageorge)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/caching-problem-8/#post-5421469)
 * Hi Richard,
 * Thanks for your reply. There is a section on Fastest Cache where you can add 
   a URI that is excluded from caching. I added /wp-content/plugins/thumbs-rating/
   but unfortunately this didn’t work. Is this the correct URI to use?
 * Regards,
 * George
 *  Plugin Author [Ricard Torres](https://wordpress.org/support/users/quicoto/)
 * (@quicoto)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/caching-problem-8/#post-5421476)
 * No I don’t think a URL would work. It gotta be something like:
 * `<dont-cache-me> thumbs rating code </dont-cache-me>’
 * Or a php function from the cache plugin.
 * If the plugin doesn’t have anything similar I’m afraid it’s not going to work.

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

The topic ‘Caching Problem’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/thumbs-rating_d1a77d.svg)
 * [Thumbs Rating](https://wordpress.org/plugins/thumbs-rating/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/thumbs-rating/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/thumbs-rating/)
 * [Active Topics](https://wordpress.org/support/plugin/thumbs-rating/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/thumbs-rating/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/thumbs-rating/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [Ricard Torres](https://wordpress.org/support/users/quicoto/)
 * Last activity: [11 years, 7 months ago](https://wordpress.org/support/topic/caching-problem-8/#post-5421476)
 * Status: resolved