Closed carlwiedemann closed 7 years ago
I am concerned about dropping res, because the GIFs come in as pretty low-res as-is. I don't have a better idea right now, but I will think about it.
ps: Thanks for the regular refreshing! 🐱
ps: Thanks for the regular refreshing! 🐱
What drove this initially was that some of the images weren't super child appropriate and rumor has it that our site is hip with the kiddos so I added the rating=g
param to the Giphy query prior to regen.
I am concerned about dropping res, because the GIFs come in as pretty low-res as-is. I don't have a better idea right now, but I will think about it.
Yeah. Sans S3, the options to proceed are some combination of the following:
I think the S3 free tier is worth exploring https://aws.amazon.com/s3/pricing/ before we get too popular. 📈 😎
Closing this in favor of https://github.com/sarahjschultz/kittengif/issues/5
Did a recent kitten refresh and the filesizes pushed us over the Heroku slug limit of 300MB).
I made some changes to use lower res images, which I think should suffice for now.
In short, many .webp files are quite large (>1MB).
We could improve the querying script to only download files that are under a given size.
Long-term the better solution would be to use proper asset management, i.e. https://devcenter.heroku.com/articles/s3