[Koha-bugs] [Bug 11009] Do not allow reading records of anonymous patron

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Oct 9 14:15:39 CEST 2013


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

--- Comment #2 from Fridolyn SOMERS <fridolyn.somers at biblibre.com> ---
Each reading record will fetch from database all columns of biblio, biblioitems
(including marcxml), items and issues or old_issues.
So if there are a great number of reading records, the page may create a heavy
load on server.
Considering the page exists at OPAC, this may be used to overload the server.

So I created a follow-up that adds an hardcoded limit to reading records.

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


More information about the Koha-bugs mailing list