Posted by mikeytown2 on August 9, 2013 at 10:00pm
Last week I created the first RC-1 of AdvAgg. Has a lot of new functionality. Biggest thing if using it is the CDN module requires a patch https://drupal.org/node/1942230.
This week I created the first dev version of Imageinfo Cache. Unlike the D6 version, the D7 version will only focus on image style pre-generation as D7 fixed the performance issue in core. D7 imageinfo cache will generate the presets on file upload just like the D6 version. Comes with drush commands as well.

Comments
Thanks, mikeytown2! You saved
Thanks, mikeytown2! You saved me from a situation I quickly regretted finding myself in at a recent meetup:
https://groups.drupal.org/node/307628#comment-949908
I had offered to create an Imageinfo Cache "lite" feature module that simply loaded image derivatives in a block (but hid them) after images had been uploaded, thereby loading the images and generating the derivatives on the filesystem.
My only condition was that someone had to post a comment and challenge me to do it. Fortunately, no one did and I can now back out of the challenge due to the new Imageinfo Cache dev release. Thanks so much. :)