#5398 closed enhancement (fixed)
Review metadata caching across components
| Reported by: | boonebgorges | Owned by: | boonebgorges |
|---|---|---|---|
| Priority: | normal | Milestone: | 2.0 |
| Component: | Core | Version: | |
| Severity: | normal | Keywords: | |
| Cc: |
Description
After the migrations in #4551, caching for component metadata now uses WP's core schema for caching. A review is required to ensure that the rest of our caching infrastructure is in sync with these changes. In particular:
- ensure that object meta caches are invalidated correctly on object updates
- ensure that cache priming is in place and working properly for the template loops (
bp_update_meta_cache())
This should already be done for groups and activity, but could use a review. I don't think it was ever done for blogs and xprofile, but this would be a good time to port over the relevant code.
Change History (13)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
In 7894: