<p dir="ltr">Or send that newer versions of dbix class have improved efficiencies. You might want to experiment with using newer versions of the module than what comes with that version of Koha by default.</p>
<p dir="ltr">Kyle</p>
<p dir="ltr">Sent from my phone. Please excuse my brevity.</p>
<div class="gmail_extra"><br><div class="gmail_quote">On Aug 1, 2016 4:30 PM, "Philippe Blouin" <<a href="mailto:philippe.blouin@inlibro.com">philippe.blouin@inlibro.com</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
  

    
  
  <div text="#000000" bgcolor="#FFFFFF">
    Hello Koha developpers!<br>
    <br>
    I got a question to all the dbix experts out there (I'm not one of
    them, unfortunatly).  I have performance issues in the checkout that
    remains even after boosting my server's performance with a SSD
    drive.<br>
    <br>
    In C4/Circulation.pm/<b>AddIssue</b>, a lot of transactions take
    >1s for the call to schema $issue = <br>
    <br>
    Koha::Database->new()-><u><b>schema()</b></u>->resultset('Issue')->create(<br>
    <br>
    This is <b>3.20</b>.  I specifically isolated that call with
    timers, I do a bunch of checkouts for the same user, and
    repetitively, that call take over 1s.  The machine is a beast (ram,
    cpu...), so what should I be doing?<br>
    <br>
    Thanks,<br>
    <div>-- <br>
      
      <div>
        <div> <span>Philippe Blouin,</span><br>
          <span>Responsable du développement
            informatique</span><br>
          <p> Tél.  : <a href="tel:%28888%29%20604-2627" value="+18886042627" target="_blank">(888) 604-2627</a><br>
            <a href="mailto:philippe.blouin@inLibro.com" target="_blank">philippe.blouin@inLibro.com</a>
          </p>
        </div>
        <div> <span>in</span><span>Libro</span> <span>|
            pour esprit libre |</span> <a href="http://www.inLibro.com" target="_blank">www.inLibro.com</a> </div>
      </div>
    </div>
  </div>

<br>_______________________________________________<br>
Koha-devel mailing list<br>
<a href="mailto:Koha-devel@lists.koha-community.org">Koha-devel@lists.koha-community.org</a><br>
<a href="http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel" rel="noreferrer" target="_blank">http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel</a><br>
website : <a href="http://www.koha-community.org/" rel="noreferrer" target="_blank">http://www.koha-community.org/</a><br>
git : <a href="http://git.koha-community.org/" rel="noreferrer" target="_blank">http://git.koha-community.org/</a><br>
bugs : <a href="http://bugs.koha-community.org/" rel="noreferrer" target="_blank">http://bugs.koha-community.org/</a><br></blockquote></div></div>