Skip to:
Content

BuddyPress.org

Changes between Version 1 and Version 2 of Ticket #7050, comment 1


Ignore:
Timestamp:
05/05/2016 06:54:26 PM (9 years ago)
Author:
johnjamesjacoby
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #7050, comment 1

    v1 v2  
    33We do clean other caches in `bp-xprofile-cache.php` but the core user objects are missed.
    44
    5 Plausible there's more tuning required, as many of our cache busting actions are hooked at priority `10` with other functions that are also hooked at `10`, but maybe before or after our caches are cleared.
     5Plausible there's more tuning required, as many of our cache busting actions are hooked at priority `10` with other functions that are also hooked at `10`, but maybe too-soon or too-late depending on the context.