Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #54511


Ignore:
Timestamp:
11/25/2021 04:00:35 PM (3 years ago)
Author:
spacedmonkey
Comment:

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.
     1Currently there is a limitation, that term caches found in `WP_Term_Query` will only last one day. See the following snippet.
    22
    33{{{#!php
     
    55}}}
    66
    7 If we can ensure that cache invalidation is happening correctly, this limitation can be removed.
     7If 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.