Opened 8 years ago
Last modified 21 months ago
#22174 reopened defect (bug)
_get_non_cached_ids() should use wp_cache_get_multi(), if available.
Reported by: |
|
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 (8)
#4
@
8 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
Note: See
TracTickets for help on using
tickets.
Original ticket for wp_cache_get_multi(), #20875.