[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 16:04:19 CET 2019


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

Ere Maijala <ere.maijala at helsinki.fi> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Passed QA                   |ASSIGNED

--- Comment #65 from Ere Maijala <ere.maijala at helsinki.fi> ---
Caching in GetMarcFromKohaField is indeed useless, I'll remove it. Also the
test missing is something I need to fix. I can also make the missing itype
check use Koha::Item->effective_itemtype to avoid duplication since it
shouldn't be a common situation. What I don't really like is to use a known
slow method for fetching the data from the database. I can change it to use
Koha::Items->search since the changes still help improve the performance, but
I'm not convinced that's the way it should be.

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


More information about the Koha-bugs mailing list