#6114 closed enhancement
Global cache group improvements
Reported by: | johnjamesjacoby | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | |
Component: | Core | Keywords: | |
Cc: |
Description
BuddyPress currently relies on the 'bp'
cache group in many places where a more specific group would be more appropriate.
For example
- The entire Blogs component uses this group, instead of its own
bp_blogs
group. bp_activity_sitewide_front
usesbp
rather thanbp_activity
- Friends uses
bp
for member relationships. - Groups uses
bp
for total group counts and user memberships. - XProfile uses
bp
for groups and visibility levels.
I think most of these would benefit from having/using their own global cache group.
Change History (5)
Note: See
TracTickets for help on using
tickets.
Related #5733.