Chad Tolkien
Chad Tolkien
@manzanotti this is now available for testing on the GitHub Nuget repo here: https://github.com/ctolkien/TinyPNG/pkgs/nuget/TinyPNG I'll get another prerelease for Nuget.org out soon.
@manzanotti >Great, thanks. I might be able to test it this afternoon, otherwise it will be tomorrow, just working on something else at the moment. No worries. Build has gone...
@manzanotti - v4 has gone to NuGet. Thanks for your help in this one!
https://github.com/ctolkien/TinyPNG/releases/tag/4.0.0
This does not fix `public static Response CreateIfNotExists`. I don't think that one can be fixed.
(This can target v13 too)
Following up on this, there seems to be an issue that if the Umbraco site is up for X amount of time then the media requests starts to fail. I...
Confirmed that the `IFileSystem` for this is registered as a singleton. You cannot make it request scoped as, things like the `MediaFileManager` depend on it, and they are also singletons.
Just coming across this now as we're seeing _significant_ performance issues in V15. We're seeing 50,000K SQL calls on first boot, which when combined with production stampeding means the site...
> Thanks [@ctolkien](https://github.com/ctolkien)! This is probably because you have a high number set for your seeding right? No, this is without Seeding, we could not get that to reliably work....