I was curious if anyone else has been using ActiveStorage after an upgrade to Rails 6.1? I use it for vglist and when I turned on variant tracking the site slowed down a lot. I ended up needing to disable it and that broke some of the images that had already been converted to be tracked inside the DB.
Is there a Rake task I can use to generate the variants for all existing images in my database? And has anyone else experienced performance issues with the new track_variants option?