#22174 closed defect (bug) (duplicate)
_get_non_cached_ids() should use wp_cache_get_multi(), if available.
| Reported by: | ryan | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Cache API | Version: | 3.4.2 |
| Severity: | normal | Keywords: | has-patch |
| Cc: | Focuses: |
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
@
13 years ago
- Keywords has-patch added
- Milestone Future Release → 3.7
Patch gets the ball rolling - wp_cache_get_multi() is in #20875
#6
@
11 years ago
- Milestone Future Release
- Resolution → maybelater
- Status new → closed
#20875 (a dependency for this ticket) is closed, thus closing this as maybelater as well
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Original ticket for wp_cache_get_multi(), #20875.