Skip to content

precreate/cache thumbnails #92

@matt-deboer

Description

@matt-deboer

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?

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions