- Issue created by @dabblela
- Status changed to Closed: duplicate
over 1 year ago 5:49pm 12 April 2023 - π¦πΊAustralia dpi Perth, Australia
This looks the same β¨ Claim and execute invalidations only if added in the same request. Needs review
Since deploying the purge_processor_lateruntime module we're seeing an uptick in server response time, even when there are no items invalidate. We tracked this down to a status check that was being run on every request. As far as I can tell, there's no reason to run the `invalidate` method if there are no items to invalidate.
Implement an early return if there are no items to invalidate.
Closed: duplicate
3.0
Code
This looks the same β¨ Claim and execute invalidations only if added in the same request. Needs review