[Koha-bugs] [Bug 15350] DBIx::Class Startup speed

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Dec 11 12:50:41 CET 2015


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

Frédéric Demians <frederic at tamil.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |frederic at tamil.fr

--- Comment #2 from Frédéric Demians <frederic at tamil.fr> ---
Created attachment 45606
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=45606&action=edit
DBIX call stacks

This graph show the time spent in DBIx::Class::Schema::load_namespace by a
script which does nothing but creating a connection to Koha DB. It take half a
second on recent CPU. The question for me is whether the schema creation, which
implies creating thousand of classes, is redone each time a Koha page is
loaded, or if it's cached under Plack.

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


More information about the Koha-bugs mailing list