[Koha-bugs] [Bug 24185] 'If all unavailable' state for 'on shelf holds' makes holds page very slow if there's a lot of items

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sun Mar 22 12:39:22 CET 2020


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

Andrew Nugged <nugged at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #97375|0                           |1
        is obsolete|                            |
  Attachment #97376|0                           |1
        is obsolete|                            |
  Attachment #97377|0                           |1
        is obsolete|                            |
  Attachment #97378|0                           |1
        is obsolete|                            |

--- Comment #19 from Andrew Nugged <nugged at gmail.com> ---
Created attachment 101355
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=101355&action=edit
Bug 24185: Make holds page faster - improved "if"

`$can_item_be_reserved eq 'OK'` moved in `&&` before
`IsAvailableForItemLevelRequest`
to cut away with static known values before calling to more resource consuming
subroutine.

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


More information about the Koha-bugs mailing list