https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30813
Bug ID: 30813
Summary: Refactor TransformMarcToKoha to remove
TransformMarcToKohaOneField
Change sponsored?: ---
Product: Koha
Version: master
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P5 - low
Component: Architecture, internals, and plumbing
Assignee: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
While testing bug 30789 it was found that passing the already retrieved marc
subfield structure into TransformMarckToKohaOneField increased performance by
~20%
This seemed odd as the routine is already retrieving from cache unsafe
Rather than pass around this shared variable, it seems to make sense to allow
TransformMarcToKoha to take a list of fields to process, rather than have a
seperate routine that must be called
--
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/