Postponed (maintainer needs more info)
Project:
jRating
Version:
4.7.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
30 Mar 2007 at 03:36 UTC
Updated:
2 Jan 2014 at 19:06 UTC
Jump to comment: Most recent
Comments
Comment #1
Blackwolf commentedI think it is a good idea. Because there are usually more pageviews than votes, this would result in better performance and response time for anonymous users and site as a whole.
Comment #2
eaton commentedI'm moving this issue over to the jRating module: because VotingAPI deals with many types of content (not just nodes), and the need to invalidate the cache is very application-specific, I'm not going to blow the cache away in the API itself. It should be easy enough to do in the calling module itself (like jRating or fivestar).
Comment #3
ardee-1 commentedUpon further review, I wonder if it's really the node that needs to be marked as updated ... or the PAGE on which the node is being displayed. I.e., is this problem related to page caching or to node caching (or to some other form of caching)?
In the interim, I've disabled the ability of anonymous users to vote on content, somewhat reluctantly (as now we're getting very few votes).
Comment #4
hickory commentedAs far as I know, there's not much granularity to caching, so it would have to be cache_clear_all or nothing. Probably best to stick with nothing for now, especially as anonymous voting is a bit of a hack anyway.
Comment #5
hickory commentedDoes anyone know how to invalidate the cache for a particular node?
Comment #6
hickory commented