[Koha-bugs] [Bug 20664] Optimize retrieval of biblio and item data

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Feb 27 15:21:51 CET 2019


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

--- Comment #64 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
I am not convinced by the changes made to GetMarcFromKohaField. I would not
cache  anything here as GetMarcSubfieldStructure already cached it.

In my test it does not bring any performances boost.

I know we need improvement boost, but if it goes against consistency and code
readability/maintainability I think we are not going to the right direction:
=> Use of raw SQL statements
=> Duplication of code (when we are trying to centralize it) - item type
calculation

Also it seems that tests are missing (`git grep
UseHidingRulesWithBorrowerCategory t` does not return anything).

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


More information about the Koha-bugs mailing list