#22174 closed defect (bug) (duplicate)
_get_non_cached_ids() should use wp_cache_get_multi(), if available.
Reported by: | ryan | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 3.4.2 |
Component: | Cache API | Keywords: | has-patch |
Focuses: | Cc: |
Description
Add wp_cache_get_multi() to all cache backends and conditionally use it in _get_non_cached_ids() so that post objects can be fetched from cache in parallel.
Attachments (1)
Change History (10)
#4
@
11 years ago
- Keywords has-patch added
- Milestone changed from Future Release to 3.7
Patch gets the ball rolling - wp_cache_get_multi()
is in #20875
#6
@
9 years ago
- Milestone Future Release deleted
- Resolution set to maybelater
- Status changed from new to closed
#20875 (a dependency for this ticket) is closed, thus closing this as maybelater as well
#7
@
9 years ago
- Milestone set to Future Release
- Resolution maybelater deleted
- Status changed from closed to reopened
Reopening along with #20875 for a hopeful future.
Note: See
TracTickets for help on using
tickets.
Original ticket for wp_cache_get_multi(), #20875.