-
Notifications
You must be signed in to change notification settings - Fork 472
Closed
Labels
Description
Enhancement
I've noticed that on a dataset with multiple pages, each click of the paging controls results in request for many thumbnails--which are all generated on the fly (causing the server to bog down temporarily as all of those images are generated--and many of them thrown away).
Perhaps it would be better to pre-create these thumbnails with filename according to some version
field on the image_model whenever the particular image is updated; that would allow them to be cached on the server's filesystem and even on the client's browser--if they were fetched according to that individual image_model's version... what do you think?