#6114 closed enhancement
Global cache group improvements
| Reported by: | johnjamesjacoby | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Core | Version: | |
| Severity: | normal | 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_blogsgroup. bp_activity_sitewide_frontusesbprather thanbp_activity- Friends uses
bpfor member relationships. - Groups uses
bpfor total group counts and user memberships. - XProfile uses
bpfor 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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Related #5733.