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

Improve thumbnail load times #6032

Draft
wants to merge 1 commit into
base: develop
Choose a base branch
from
Draft

Improve thumbnail load times #6032

wants to merge 1 commit into from

Commits on Sep 13, 2024

  1. WIP - Improve thumbnail load times

    IndexedFiles must be reindexed for this work to have an effect. Without
    reindexing all thumbnails will display as the missing content icon.
    
    Improvements needed:
    - Populate with icon data instead of `asset_path` when item is missing
      thumbnail
    - Move thumbnail logic out of termfreq method and into its own method
    - This work probably needs an explicit fallback for when a video is
      missing a thumbnail or `content_ss` is otherwise unable to be pulled
      from solr.
    
    Investigation needed:
    - Does this affect overall search load times? Need to test with larger
      datasets.
    masaball committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    d533bfc View commit details
    Browse the repository at this point in the history