Optimizing Images - Part 3

1 · fastruby.io · Jan. 24, 2023, 11:30 p.m.
When we allow users to upload images, they usually upload files without any optimization for the web. It’s up to us to add some measure to prevent those images from slowing down our app. Luckily, the different gems commonly used to handle user uploads also give us solutions for this problem. This is the third installment on a series of blog posts about optimizing images, check the previous ones here (raster images) and here (vector graphics). ActiveStorage A common mistake when displaying Act...