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

Commits on Oct 4, 2022

  1. Add support for using the image serve view if available

    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 committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    bbf5a82 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2022

  1. Correct module path

    RealOrangeOne authored Oct 21, 2022
    Configuration menu
    Copy the full SHA
    cc2680a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fd43adb View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2022

  1. Configuration menu
    Copy the full SHA
    4586efa View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2024

  1. Configuration menu
    Copy the full SHA
    b892165 View commit details
    Browse the repository at this point in the history