Make WordPress Core

Changes between Version 1 and Version 2 of Ticket #58919, comment 5


Ignore:
Timestamp:
08/16/2023 09:57:56 PM (2 years ago)
Author:
mreishus
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #58919, comment 5

    v1 v2  
    33My uncertainties are:
    44- How to organize the built-in caching: Where the functions should be added, where the add_filter and add_actions calls are, and what the functions are named.
     5- The cache group to be used.
    56- The invalidation strategy - I store a list of paths in another cache key, so we can retrieve them later when invalidating. Is there a better way to do this?
    67- The invalidation strategy - I do it on all upgrader_process_complete events without checking the parameters. It seems safest and there shouldn't be much of a downside since I assume these events don't happen too often.