From 7e8765c67a41ac4117a64c652a23cfac363a547f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sven=20Sch=C3=B6ling?= Date: Thu, 9 Jun 2016 15:10:31 +0200 Subject: [PATCH] Order: Mehr Bugs --- SL/Controller/Order.pm | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) 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 -- 2.20.1