When using massive images it would be useful to have an automatic cache system to maintain thumbnails of the get images. Something like ImageSharp. I don’t know if there are other products like this, maybe it should be created an extension?e.g. In the LIST page if I have a photo field I obviously show it as a thumbnail, but the thumbail is done by ANM simply loading ALL the images and resizing their img html tag width/height. If I have hi-res images the page is very heavy! With a cache system like imageprocessor if I load the image with some params (something like myimage.jpg?height=100&width=100&resizemode=crop) the first time it creates the little thumbnail in a cache folder, and the next load of that url will show the previously generated thumbnail without recreating it. It’s a booster!