Make WordPress Core

Changes between Initial Version and Version 3 of Ticket #43142


Ignore:
Timestamp:
01/28/2018 10:22:55 PM (7 years ago)
Author:
peterwilsoncc
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #43142

    • Property Keywords commit added
    • Property Summary changed from Do not warm term meta cache in `_get_term_hierarchy` to Do not warm term meta cache unnecessarily
  • Ticket #43142 – Description

    initial v3  
    1 The call to `get_terms()` in `_get_term_hierarchy()` warms the term meta cache for all of a taxonomy's terms unnecessarily.
     1A number of core functions calls to `get_terms()` warm the term meta cache unnecessarily. Most notably, `_get_term_hierarchy()` warms the term meta cache for all of a taxonomy's terms.