[Koha-bugs] [Bug 15240] Performance issue running overdue_notices.pl

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Jan 7 21:04:19 CET 2016


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

Chris Cormack <chris at bigballofwax.co.nz> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #45524|0                           |1
        is obsolete|                            |

--- Comment #12 from Chris Cormack <chris at bigballofwax.co.nz> ---
Created attachment 46406
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=46406&action=edit
Bug 15240: Do not process issues with a date due later than today

There is no need to do this job in Perl, MySQL could do it instead.
The idea is to only retrieve the issues info which could be overdued.

To test:
1/ Run the script
2/ Apply the patch
3/ Run the script again, notice the exact same results but execution time is
faster

Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

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


More information about the Koha-bugs mailing list