Changes between Initial Version and Version 3 of Ticket #43142
- Timestamp:
- 01/28/2018 10:22:55 PM (7 years ago)
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`
toDo 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. 1 A 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.