Bug 32060: Improve performance of columns_to_str
authorDavid Gustafsson <david.gustafsson@ub.gu.se>
Tue, 1 Nov 2022 14:30:01 +0000 (15:30 +0100)
committerTomas Cohen Arazi <tomascohen@theke.io>
Tue, 6 Jun 2023 19:20:56 +0000 (16:20 -0300)
commitb6ae2c1ee38d6d07dcfb0f9c555b5839ccc7dff7
tree7f33ea112f6ff6069a25adc8ec73f11189c5518e
parent5b3ecbe0685a63a31f35cf5c52cbec5ef8056a5c
Bug 32060: Improve performance of columns_to_str

To test:
1) Ensure the following tests pass
  t/db_dependent/Koha/Item.t
  t/db_dependent/Koha/Bibio.t
2) Go to a biblio (preferably as serial) with many items and
   click "New" -> "New item" and note down the response time.
3) Apply the patch
4) Ensure tests in 1) still pass
5) Repeat step 2), the response time should be substantially
   improved

Sponsored-by: Gothenburg University Library
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
C4/Biblio.pm
Koha/Item.pm
t/db_dependent/Biblio.t