[Koha-bugs] [Bug 28966] Holds queue viewer too slow to load for large numbers of holds

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Jul 7 09:44:02 CEST 2023


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

--- Comment #33 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> ---
            join => [
                'borrower',
#                'biblio',
#                'biblioitem',
#                {
#                    'item' => {
#                        'item_group_item' => 'item_group'
#                    }
#                },
            ],
            prefetch => [
                'biblio',
                'biblioitem',
                {
                    'item' => {
                        'item_group_item' => 'item_group'
                    }
                }
            ],

Do we need to both join and prefetch here ?

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


More information about the Koha-bugs mailing list