Changes between Version 4 and Version 5 of Ticket #5733, comment 6
- Timestamp:
- 10/11/2014 05:08:14 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #5733, comment 6
v4 v5 48 48 * What we consider to be "global" needs an audit. (I.E. Should `bp_activity_sitewide_front` really be global, or is `bp_activity` more appropriate?) 49 49 * The `bp` global cache bucket needs a filter on it, so a network ID can be added in multi-network installations, and so they can be downgraded to blog buckets in multi-blog mode. 50 * Our non-global cache keys may also need filters, as they are presumed to always be per-blog though they are actually per-network. 50 * Our non-global cache keys may also need filters, as they are presumed to always be per-blog though they are actually per-network. I have not done any work towards testing this theory.