Replies: 1 comment 2 replies
-
I wouldn’t consider 500 errors a side note! They’re critical failures. We’ve published a release v1.0.2 since that issue and fix. Are you using the latest? https://github.com/SixLabors/ImageSharp.Web/releases/tag/v1.0.2 |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I sometimes noticed spike in latency (10-30 sec) and in between it looks like it average on 50-100ms on my ImageSharp deployment on a Azure App Service.
I use the Azure Blob cache atm and I'm a bit curious if that could be the issue. I realize i need to research this more but i ran into this post #140 and it got me thinking that i maybe should use local file system cache instead.
What are the major pros and cons?
Can i use both? I mean a layer for file system cache and if it missed it goes to the azure cache?
As a side note i do see a few 500 errors.
Beta Was this translation helpful? Give feedback.
All reactions