#5398 closed enhancement (fixed)
Review metadata caching across components
Reported by: | boonebgorges | Owned by: | boonebgorges |
---|---|---|---|
Milestone: | 2.0 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Core | 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.
In 7894: