Closed hepplerj closed 4 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.
view.py
The page preview of the dropdown has been removed in favor of just the page numbers, so this Issue will likely not be necessary.
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
.