]> git.koha-community.org Git - koha.git/commit
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)
committerMatt Blenkinsop <matt.blenkinsop@ptfs-europe.com>
Mon, 12 Jun 2023 11:42:35 +0000 (11:42 +0000)
commitb6f02212aed9e3dc305f8e516fa934574bfd2ee2
tree9dadba527a7688b9693c943a7fe06e75e3802a56
parent16632a8151c51768069f8668c69ec036b2a8e715
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>
(cherry picked from commit 850f6f403ba07d6c963a11f52d774b7a94df4802)
Signed-off-by: Matt Blenkinsop <matt.blenkinsop@ptfs-europe.com>
C4/Biblio.pm
Koha/Item.pm
t/db_dependent/Biblio.t