Umbraco.Community.ImageSharp.TrimCache

I’ve just released a free Umbraco package: ImageSharp TrimCache :rocket:

I had a client whose ImageSharp image cache had ballooned to 4.5 GB - over 4x their actual media - quietly pushing their Umbraco Cloud site past its storage limit. The cache never cleans itself up, so I built something that does.

It automatically trims the image cache by age on a schedule, works with both local disk and Azure Blob, and runs on Umbraco 13, 17 and 18. Install it and it just works.

Full write-up here :backhand_index_pointing_right: ImageSharp TrimCache: Auto Image Cache Cleanup for Umbraco

Available on NuGet here:

Hi @justin-nevitech ,

I have also seen the similar issues. Thanks for releasing this package. This would be really helpful!

Regards,
Shekhar

Thank you for this package. We’ve encountered similar issues with some of our clients, so we’ll put it to good use!