chnm / winterthur-app

Web application for the Winterthur project.
MIT License
1 stars 0 forks source link

Add an image_prefetch to the all_pages view.py to reduce queries #8

Closed hepplerj closed 4 months ago

hepplerj commented 7 months ago

The dropdown selector to navigate to a specific page has to run a query for each page, but we can improve its performance by doing a prefetch instead. This is handled inside view.py.

hepplerj commented 5 months ago

The page preview of the dropdown has been removed in favor of just the page numbers, so this Issue will likely not be necessary.