Hello,
I am having many problems using GD Star Rating and it seems there is not easy solution for this.
Is there a way I can tag part of my code to dont be cached at all with W3 total cache???
Some kind of
<!-- no cache -->
here the code for gd star rating
<!-- no cache off -->
???
Thanks a lot
http://wordpress.org/extend/plugins/w3-total-cache/
That would indeed be an awesome function, I have troubles as well with plugins that don't recognize the caching W3 cache plugin. Guessing this might be hard to accomplish though.. hoping for answers... :)
I think you don't need this if you disable the page cache (overall cache) and just enable the DB cache + object cache. Having used HyperCache that had such a feature, I realized it was not very effective from a maintenance perspective over time. Just write your code as you would write it, don't tailor it for a caching plugin! W3TC is already fairly savvy for advanced websites with its DB + Object cache.
Just to add, if you really want something not to be cached, then include it in your page as a JavaScript include. THis was your entire page can be cached and almost-static, but only the "gd star rating" bit will come from a javascript and therefore be 'live'.
That's called fragment caching, but currently it doesn't support WP hooks and will in a upcoming release. Details are in the plugins FAQ.