6 ms·
I just built a very simple version of this in about 100 lines of go, using http://github.com/disintegration/imaging http://github.com/disintegration/imaging for
by willcodeforfoo 12y ago
I just built a very simple version of this in about 100 lines of go, using http://github.com/disintegration/imaging http://github.com/disintegration/imaging for the image processing.
I was surprised how... latent downloading from S3 is, and how it didn't seem to matter if I was running on Digital Ocean or EC2, downloading the image from S3 was always the slowest part. (Digital Ocean was actually faster!)
It takes about a second to process an image, but it is cached in front of CloudFront similar to the article.
Any tips for improving the latency from S3?