chrisdwheatley / netlify-plugin-image-optim

Optimize images as part of your Netlify build process. Optimizes PNG, JPEG, GIF and SVG file formats.
MIT License
63 stars 11 forks source link

Add caching #16

Open ehmicky opened 4 years ago

ehmicky commented 4 years ago

Image processing can be quite slow.

It would be great if the minified images could be cached, so minification does not happen on the next build if the image has not changed.

For example:

What do you think?