#50352 closed enhancement (fixed)
Implement wp_cache_get_multiple() in core
Reported by: | spacedmonkey | Owned by: | SergeyBiryukov |
---|---|---|---|
Milestone: | 5.5 | Priority: | normal |
Severity: | normal | Version: | 5.5 |
Component: | Cache API | Keywords: | has-patch |
Focuses: | performance | Cc: |
Description (last modified by )
Now that wp_cache_get_multiple() was merged in [47938], it can be used in core. In the original ticket, @spacedmonkey noted some places where this function can now be used. Including
update_object_term_cache
update_meta_cache
_get_non_cached_ids
Attachments (1)
Change History (12)
This ticket was mentioned in PR #332 on WordPress/wordpress-develop by spacedmonkey.
4 years ago
#1
- Keywords has-patch added; needs-patch removed
#2
@
4 years ago
Therer is a patch in this PR https://github.com/WordPress/wordpress-develop/pull/332
This ticket was mentioned in Slack in #hosting-community by spacedmonkey. View the logs.
4 years ago
#4
@
4 years ago
- Milestone changed from Awaiting Review to 5.5
- Owner set to SergeyBiryukov
- Status changed from new to reviewing
#5
follow-up:
↓ 7
@
4 years ago
- Resolution set to fixed
- Status changed from reviewing to closed
Fixed in [48055].
whyisjake commented on PR #332:
4 years ago
#6
Note: See
TracTickets for help on using
tickets.
Trac ticket: https://core.trac.wordpress.org/ticket/50352