Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #36906, comment 11


Ignore:
Timestamp:
06/01/2016 08:52:30 PM (9 years ago)
Author:
ryan
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #36906, comment 11

    initial v1  
    11>  It's likely that there are many places where we don't bother invalidating because the cache only lasts for the page load.
    22
    3 Exactly. Back when, the comment (and counts) groups didn't have the invalidation needed to allow them to persist beyond a page load. We made do with using non-persistent cache to reduce duplicate queries. I don't recall exactly what invalidation what was missing. Lots of changes (with which I'm out of touch) have happened since, so maybe this is ready to become persistent.
     3Exactly. Back when, the comment (and counts) groups didn't have the invalidation needed to allow them to persist beyond a page load. We made do with using non-persistent cache to reduce duplicate queries. I don't recall exactly what invalidation was missing. Lots of changes (with which I'm out of touch) have happened since, so maybe this is ready to become persistent.