Skip to content

How works BuddyPress-build/bp-activity /bp-activity-cache.php ?? #97

Answered by emaralive
podporujeme asked this question in Q&A
Discussion options

You must be logged in to vote

The bp-activity-cache.php works with the built-in WordPress Object cache by default by setting the relevant items to cache or clearing the relevant items from cache and should work with other object caching plugins (memcache, redis, etc).

For persistent object caching, the relevant plugin (memcache, redis, etc.) might define and set the constant WP_CACHE to true within wp-config.php or provide instructions on how to manually do such when the relevant plugin is activated and, yes, the server (host) must have the appropriate object caching service installed.

There is some information (outdated) found within the BuddyPress codex, however, that page will most likely get tagged as a migration …

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by podporujeme
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants