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

Paul Poulain <paul.poul...@biblibre.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Passed QA                   |Pushed to Master
                 CC|                            |paul.poul...@biblibre.com

--- Comment #10 from Paul Poulain <paul.poul...@biblibre.com> ---
(In reply to comment #7)
> I agree that I broke the rules in including an additional change, but I
> disagree that extra CPU cycles is a reason why a change like this might be
> rejected. Using GetMarcBiblio is currently the ONLY way we have to get
> subtitle, for better or worse.

Agreeing with Owen and Ian in fact...

My feeling is that an acceptable circumventing would be to memoize the
GetMarcBiblio sub. Once it's done, subsequent calls to the function will cost
nothing (note : I've said memoize, not memoize with memcache, as this 2nd
option will give a longer persistency, but at the -heavy- price of a http call
to memcached)

The best/long term option would be to use a good ORM & internal caching &
things like that, but they are not close.

patch pushed (that removes subtitle, that was already here before the patch))

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://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/

Reply via email to