Ryan McCue
Ryan McCue
Sadly, looks like I can't transfer it to other users: "You can only transfer a repository from an organization to yourself at this time" - happy to transfer to an...
Apologies for the missing docs here! > Do I need an API Gateway? If so, how should that be configured? We previously used API Gateway prior to Tachyon v3, but...
I've added some additional docs in https://github.com/humanmade/tachyon/pull/207 which has now been merged. Not sure exactly what could be happening with a zero-byte response, apart from potentially missing some configuration elsewhere;...
Successful responses should have Cache-Control, Last-Modified, and Content-Type (with `image/...`) set, so it looks like it's not getting to this part of the code: https://github.com/humanmade/tachyon/blob/662e4eee699c9dd842f3cf2ff8a28b6fccef8e70/src/lambda-handler.ts#L93-L95 For your URL, I believe...
Ah, I stripped the timeout from the config above because I thought it was irrelevant here; we have it set to 60s, although most requests are lower than that. With...
There shouldn't be a substantial difference in speed that I'm aware of, but most of Tachyon's performance comes from heavy caching in most scenarios. @joehoyle Have you observed any slowdowns...
That's definitely slower than what I'm observing with our setup; using the same image on our cloud, an uncached load takes 300ms (0.326s), cached is 100ms so ~200ms generation time....
> Does it matter if it runs under x86 or arm? I'm not _certain_ about it, but generally [sharp has better performance on x86](https://sharp.pixelplumbing.com/performance) (likely due to AVX-512/etc instructions); we...
Thanks @lovell (and thanks for the great library!). Might be a good idea for us to reduce our dependencies here if the behaviour is equivalent. I'm not sure to the...
Hi @forkbombe, can you provide some more information on what behaviour you're seeing here? i.e. what's the expected vs actual path? Is the subdirectory using an incorrect date, or not...