Changes between Initial Version and Version 1 of Ticket #62123, comment 3
- Timestamp:
- 10/01/2025 06:55:11 PM (4 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #62123, comment 3
initial v1 1 1 After doing some tests, the proposal proves to be counterproductive in practical use cases. 2 2 3 For example, in the terms list table, terms are added to the cache prior to the call to `get_ancestors `. So in this use case, probbaly the most frequent, the calls to `get_term()` in the function don't query the DB.3 For example, in the terms list table, terms are added to the cache prior to the call to `get_ancestors()`. So in this use case, probably the most frequent, the calls to `get_term()` in the function don't query the DB. 4 4 5 5 On the opposite, with this proposal, each call to `get_ancestors()` would result in one extra DB query.