[Koha-bugs] [Bug 11213] GetItemsInfo() called twice

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Nov 8 04:33:57 CET 2013


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11213

Srdjan Jankovic <srdjan at catalyst.net.nz> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P5 - low                    |P3

--- Comment #2 from Srdjan Jankovic <srdjan at catalyst.net.nz> ---
This may yield significant improvements in performance.

Hairy spots:
* I have removed GetItemsLocationInfo() in favour of GetItemsInfo(). In case of
people not using XSLT, it may incur small penalty in virtual shelves because
GetItemsInfo() is a tad heavier. However, it should be insignificant compared
to the benefit when XSLT is used.
* I wish I knew more about Koha internals. Because then I could have more
confidence in saying that items info gathered in searchResults() is sufficient
for building the display. It looked fine to me, but still I need someone more
knowledgeable to confirm.

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


More information about the Koha-bugs mailing list