cdowdy / boltbetterthumbs

Bolt Extension for thumbnails, srcset and picture element using Glide
6 stars 2 forks source link

Add in memory adapter for caching (ie: Varnish) #11

Closed cdowdy closed 7 years ago

cdowdy commented 7 years ago

If using something like varnish it don't save images twice. An image is created/requested saved to the cache then varnish again would typically save it.

Instead of filling up disk space use flysystems' memory adapter and don't save these images to the cache let varnish deal with them.