[Koha-bugs] [Bug 15341] Performance - Retrieve all sysprefs at once

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Dec 10 11:14:57 CET 2015


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

--- Comment #5 from Frédéric Demians <frederic at tamil.fr> ---
See comment 3. The main issue isn't in preferences by themselves, but in
DBIx::Class startup. Let see that:

https://metacpan.org/pod/distribution/DBIx-Class/lib/DBIx/Class/Manual/Cookbook.pod#STARTUP-SPEED

Loading all Koha schema classes take more than 0.5 seconds on a recent server.
With plack, schema shouldn't be reloaded for each page. That's where plack
persistency will save time.

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


More information about the Koha-bugs mailing list