]> wagnertech.de Git - mfinanz.git/blobdiff - SL/Controller/Order.pm
Order: Mehr Bugs
[mfinanz.git] / SL / Controller / Order.pm
index a32581d6537f1cfd1631f81bd09be7691ce0e685..9489c50f3da298ed89711c9003cb6598548c789d 100644 (file)
@@ -1238,7 +1238,17 @@ Sorting does not include C<position>, neither does reordering.
 
 =item *
 
-C<show_smulti_items_dialog> does not use the currently inserted string for filtering.
+C<show_smulti_items_dialog> 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<INCLUDE> on the cvar input template.
+
+Suggestion: fetch second rows when asked for.
 
 =back