Bug 30789: Improve performance of AddBiblio
authorNick Clemens <nick@bywatersolutions.com>
Thu, 19 May 2022 19:21:27 +0000 (19:21 +0000)
committerTomas Cohen Arazi <tomascohen@theke.io>
Wed, 8 Jun 2022 14:40:12 +0000 (11:40 -0300)
commit24c4b408ff724bfe3dd19a46ad001188aafd4350
tree0b126e623d21076a24db6b2940e5765283262fe4
parent19068801ef6fc4847de426ef764bc32f98c4856e
Bug 30789: Improve performance of AddBiblio

AddBiblio calls TransformMarcRecordToKoha. We are only interested in getting biblio and biblioitems info, so we can pass 'no_items' to save some field lookups

Benchmarking saw a ~75% increase in the performance of this call

To test:
1 - Stage and import some records
2 - Confirm it works the same before and after patch
3 - Add a biblio via cataloguing, confirm it works

Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
C4/Biblio.pm