[buddypress-trac] [BuddyPress Trac] #1332: Caching issues with profile data when using a persistent cache

buddypress-trac noreply at wordpress.org
Tue Feb 4 18:44:17 UTC 2014


#1332: Caching issues with profile data when using a persistent cache
--------------------------+------------------
 Reporter:  swinton       |       Owner:
     Type:  defect (bug)  |      Status:  new
 Priority:  major         |   Milestone:  2.0
Component:  XProfile      |     Version:
 Severity:  normal        |  Resolution:
 Keywords:                |
--------------------------+------------------

Comment (by boonebgorges):

 > namespacing benefits aside, all groups really do is make it easier to
 distribute cached data across multiple servers

 Excellent, this is really helpful to know.

 Your point about reaching maximum cache bucket size is helpful to keep in
 mind. It's probably not true that BP itself will keep that much in a
 single bucket/group. But it's my understanding that some cache backends
 (like APC) can initiate a complete cache flush if the total cache size
 limit is reached, at least on certain configurations. See eg
 http://stackoverflow.com/questions/1053810/php-apc-what-happens-when-apc-
 cache-is-full and http://tollmanz.com/invalidation-schemes/, especially
 the section "A Cache Only Pattern". Because BP should try to be agnostic
 wrt caching backends, I think it's good policy for us to manually delete
 cache items where possible, rather than assuming that it'll happen
 gracefully on its own.

--
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/1332#comment:12>
BuddyPress Trac <http://buddypress.org/>
BuddyPress Trac


More information about the buddypress-trac mailing list