Make WordPress Core

Changes between Initial Version and Version 3 of Ticket #57150


Ignore:
Timestamp:
11/18/2022 09:14:46 PM (2 years ago)
Author:
SergeyBiryukov
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #57150

    • Property Keywords has-patch added
    • Property Summary changed from Implement wp_cache_get_multi() in wp_queue_posts_for_term_meta_lazyload() to Implement wp_cache_get_multiple() in wp_queue_posts_for_term_meta_lazyload()
  • Ticket #57150 – Description

    initial v3  
    99This is something I have recently noticed for a site. Attaching a screenshot of the trace details of a single request. This is the result for the main query with 15 posts and each post can have one or more terms in six taxonomies.
    1010
    11 This seems to be a place where core should also make use of `wp_cache_get_multi()` so that cache implementations like the [https://github.com/rhubarbgroup/redis-cache Redis Object Cache] can combine the requests into a single request.
     11This seems to be a place where core should also make use of `wp_cache_get_multiple()` so that cache implementations like the [https://github.com/rhubarbgroup/redis-cache Redis Object Cache] can combine the requests into a single request.