SmileyChris / easy-thumbnails

Easy thumbnails for Django
http://easy-thumbnails.readthedocs.org/
BSD 3-Clause "New" or "Revised" License
1.38k stars 318 forks source link

Disabling lazy thumbnail generation #517

Open ktosiek opened 5 years ago

ktosiek commented 5 years ago

Is there a way to disable lazy thumbnail generation (and checking the disk for thumbnails on each access)? It turned out to be a performance problem for me when I need to return URLs for ~500 thumbnails in one request.

ktosiek commented 5 years ago

I've worked around this for now. It seems the only thing that really needs disk access is deciding if the file extension has changed from the original one.