<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Hi everyone,<br>
    <br>
    Using Devel::NYTProf on a Plack config, I noticed that when we
    checkout an item in the circulation page, there is a really long
    time spent creating the database schema.<br>
    <br>
    By adding the import of <b>Koha::Schema</b> in the <b>intranet.psgi</b>
    file, we can see a significant improvement of the time spent loading
    the circulation page.<br>
    <br>
    Please find <a
href="http://www.slideshare.net/JulianFiol/koha-circulation-checkout-improvement">here</a>
    (in full screen) the proof of what I'm saying.<br>
    <br>
    I have also added the manipulations to do into the <a
href="http://wiki.koha-community.org/wiki/Plack#Improving_Plack_performance">Plack</a>
    wiki.<br>
    <br>
    Regards,<br>
    Julian FIOL
  </body>
</html>