Koha/circ
Paul Poulain 943aa38564 overdue performance restored (INCOMPLETE FIX)
The performances of this script felt back. Investigating, it's due to the extended attribute filtering improvement
when there are ext attributes, the script does a:
SELECT borrowernumber AS bn, b.code, attribute AS val, category AS avcategory, lib AS avdescription
        FROM borrower_attributes b
        JOIN borrower_attribute_types bt ON (b.code = bt.code)
        LEFT JOIN authorised_values a ON (a.category = bt.authorised_value_category AND a.authorised_value = b.attribute)

that returns a LOT of datas when you have 10 000 patrons and 5 attributes.
That results in the page needing something like 10 seconds to be loaded.
There are some other caveats. I've commented a few lines that remove the extended attr option. The best solution would be to fix it better, but I can't find how to do that now.

(note : i also have commented some lines that are unused)
2009-11-10 22:23:49 +01:00
..
add_message.pl New Messaging System. 2009-09-15 22:11:38 -04:00
billing.pl Cleanup circ/billing.pl 2009-05-22 07:24:43 -05:00
bookcount.pl Cleanup and enhance bookcount.pl and .tmpl 2009-05-21 08:18:01 -05:00
branchoverdues.pl Branchoverdues circ report reworking. 2009-03-06 15:01:41 -06:00
branchtransfers.pl Modifying Members : Add Mod and GetMember 2009-09-30 11:29:23 +02:00
circulation-home.pl bug 2874 [3/3] flagsrequired => { circulate => "circulate_remaining_permissions" } 2008-12-23 17:02:04 -06:00
circulation.pl (bug #3403) fix circulation.pl reservation list 2009-09-30 11:30:04 +02:00
del_message.pl New Messaging System. 2009-09-15 22:11:38 -04:00
hold-transfer-slip.pl bug 2874 [3/3] flagsrequired => { circulate => "circulate_remaining_permissions" } 2008-12-23 17:02:04 -06:00
overdue.pl overdue performance restored (INCOMPLETE FIX) 2009-11-10 22:23:49 +01:00
pendingreserves.pl pending reserves, improve perfs (not related to new_acq) 2009-09-30 11:30:20 +02:00
reserveratios.pl Bug 2505: Enables warnings in reserveratios.pl 2009-08-20 21:01:08 -04:00
returns.pl cosmetic fix - use $itemnumber as argument to GetItems when available 2009-08-23 13:07:32 -04:00
selectbranchprinter.pl followup: remove unconditional warn 2009-06-05 17:39:13 -05:00
stats.pl Cleanup circ/stats.pl 2009-05-22 06:50:25 -05:00
transferstoreceive.pl Cleanup transferstoreceive.pl and .tmpl 2009-05-27 06:43:17 -05:00
view_holdsqueue.pl Cleanup view_holdsqueue.pl and .tmpl (minor) 2009-05-27 06:55:49 -05:00
waitingreserves.pl Cleanup waitingreserves.pl and .tmpl 2009-05-27 07:25:14 -05:00
ypattrodue-attr-search-authvalue.pl bug 2866: Overdues Reports - Upgrading to filter by patron extended attributes 2009-05-28 19:20:36 -05:00
ysearch.pl bug 3464: Takes columns country and B_country of table borrowers into account in related operations. 2009-08-23 18:19:20 -04:00