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

--- Comment #8 from David Cook <dc...@prosentient.com.au> ---
Looking at
https://docs.mojolicious.org/Mojolicious/Plugin/DefaultHelpers#respond_to and
it looks to me like Koha/REST/V1/Biblios.pm might actually be a bit
inefficient. It looks like it runs every output option (e.g. "as_xml_record",
"to_mij", "as_usmarc", "as_formatted") regardless of what content type is
actually served to the user... might be worthwhile wrapping those method calls
in anonymous functions...

But that's neither here nor there 😅

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

Reply via email to