Changes between Initial Version and Version 1 of Ticket #54511
- Timestamp:
- 11/25/2021 04:00:35 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #54511 – Description
initial v1 1 Currently there is a limitation, that term caches will only last one day. See the following snippet.1 Currently there is a limitation, that term caches found in `WP_Term_Query` will only last one day. See the following snippet. 2 2 3 3 {{{#!php … … 5 5 }}} 6 6 7 If we can ensure that cache invalidation is happening correctly, this limitation can be removed. 7 If we can ensure that cache invalidation is happening correctly, this limitation can be removed. Once this limitation is removed, cache will live until their are correctly invalidation.