https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16088
Bug ID: 16088
Summary: Excessive CGI->new() calls hurting cache performace
under plack
Change sponsored?: ---
Product: Koha
Version: master
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P5 - low
Component: Architecture, internals, and plumbing
Assignee: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
Under plack, CGI->new is overriden (in misc/plack/koha.psgi etc.) - we are
flushing L1 syspref cache in there. C4::Language::getlanguage() subroutine
calls CGI->new().. Problem is, getlanguage() is getting called surprisingly
often in Koha (e.g., ~100 times per single catalogue search), and that hurts
syspref caching performance under plack very significantly.
--
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
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/