You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm having some issue with caching the results of a image thumbnail and then the image not being recognised as being on disk when requested maybe a day later.
There is no possibility these have not been created before as they are on one of our most used pages.
←[36mINFO←[0m[2948] Key b74f659b92b4c5c4483cc2b3a9eca39b not found in kvstore
←[36mINFO←[0m[2954] Save thumbnail b74f659b92b4c5c4483cc2b3a9eca39b.jpg to storage
←[36mINFO←[0m[2954] Save key b74f659b92b4c5c4483cc2b3a9eca39b => b74f659b92b4c5c4483cc2b3a9eca39b.jpg to kvstore
←[36mINFO←[0m[2954] Put key into set d41d8cd98f00b204e9800998ecf8427e:children () => b74f659b92b4c5c4483cc2b3a9eca39b in
kvstore
I am using Windows Server 2012 with caddy and php 5.6. Is there anything obvious that would be causign these misses?
The text was updated successfully, but these errors were encountered:
Yes I think it is, I decided it was something to do with Windows. The cache never seemed to engage. I moved my usage to https://www.imgix.com/ . Thanks for the repo.
Hello
Thank you for such a great little utility.
I'm having some issue with caching the results of a image thumbnail and then the image not being recognised as being on disk when requested maybe a day later.
This is my picfit config file
(I tried including the sharding options but had same issue)
I start it like this
I get errors like this when I visit a page with multiple thumbnail requests produced by this request
There is no possibility these have not been created before as they are on one of our most used pages.
←[36mINFO←[0m[2948] Key b74f659b92b4c5c4483cc2b3a9eca39b not found in kvstore
←[36mINFO←[0m[2954] Save thumbnail b74f659b92b4c5c4483cc2b3a9eca39b.jpg to storage
←[36mINFO←[0m[2954] Save key b74f659b92b4c5c4483cc2b3a9eca39b => b74f659b92b4c5c4483cc2b3a9eca39b.jpg to kvstore
←[36mINFO←[0m[2954] Put key into set d41d8cd98f00b204e9800998ecf8427e:children () => b74f659b92b4c5c4483cc2b3a9eca39b in
kvstore
I am using Windows Server 2012 with caddy and php 5.6. Is there anything obvious that would be causign these misses?
The text was updated successfully, but these errors were encountered: