[Koha-bugs] [Bug 33167] Bibs with several items causes a slow loading screen

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Mar 9 21:40:27 CET 2023


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33167

--- Comment #1 from Nick Clemens <nick at bywatersolutions.com> ---
Created attachment 148029
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=148029&action=edit
Bug 33167: Cleanup staff detail page

This patch begins reduing some of the extra things we are doing in
detail.pl that could easily be handled in the templates - fetching
authorised values and branches etc

It also removes a loop to find items that should be hidden, and instead
uses a searh parameter

The template changes either use item object rather than passed
variables, or utilize plugins to fetch authorised valued

Template also includes addition of chomp to the template directives,
this reduces the size of the items table by several megabytes
on records with many items

WIP

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.


More information about the Koha-bugs mailing list