http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15350 Frédéric Demians <frederic@tamil.fr> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |frederic@tamil.fr --- Comment #2 from Frédéric Demians <frederic@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.