Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for using the image serve view if available #7

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

RealOrangeOne
Copy link

This improves performance by removing the need to query every rendition upfront if only a few are going to be used. It also means renditions are created as images are used, rather than all at once. This reduces database queries (and potentially cache hits) for all pages.

RealOrangeOne and others added 3 commits October 4, 2022 21:42
This improves performance by removing the need to query every rendition upfront if only a few are going to be used. It also means renditions are created as images are used, rather than all at once. This reduces database queries (and potentially cache hits) for all pages.
RealOrangeOne added a commit to RealOrangeOne/website that referenced this pull request Oct 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant