https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36155 Fridolin Somers <fridolin.somers@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #162371|0 |1 is obsolete| | --- Comment #6 from Fridolin Somers <fridolin.somers@biblibre.com> --- Created attachment 183676 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=183676&action=edit Bug 36155: Improve perfs of suggestion.pl when there are many budgets Page suggestion/suggestion.pl calls CanUserUseBudget() in a loop, will must use a uniq Koha::Patron object of the logged in user. When there are many budgets and funds this takes some time. Test plan : Compare performance with and without patch with many budgets and funds (see test plan of Bug 35921) -- You are receiving this mail because: You are watching all bug changes.