From: Sven Schöling Date: Thu, 9 Jun 2016 13:10:31 +0000 (+0200) Subject: Order: Mehr Bugs X-Git-Tag: release-3.4.1~74 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=7e8765c67a41ac4117a64c652a23cfac363a547f;p=kivitendo-erp.git Order: Mehr Bugs --- diff --git a/SL/Controller/Order.pm b/SL/Controller/Order.pm index a32581d65..9489c50f3 100644 --- a/SL/Controller/Order.pm +++ b/SL/Controller/Order.pm @@ -1238,7 +1238,17 @@ Sorting does not include C, neither does reordering. =item * -C does not use the currently inserted string for filtering. +C does not use the currently inserted string for +filtering. + +=item * Performance + +Rendering a 50 items order takes twice as long as the old code. + +90% of that is rendering the (hidden) second rows, and 50% of those again are +checks for is_valid and C on the cvar input template. + +Suggestion: fetch second rows when asked for. =back