projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8354515
)
Order: Mehr Bugs
author
Sven Schöling
<s.schoeling@linet-services.de>
Thu, 9 Jun 2016 13:10:31 +0000
(15:10 +0200)
committer
Sven Schöling
<s.schoeling@linet-services.de>
Thu, 9 Jun 2016 13:10:54 +0000
(15:10 +0200)
SL/Controller/Order.pm
patch
|
blob
|
history
diff --git
a/SL/Controller/Order.pm
b/SL/Controller/Order.pm
index
a32581d
..
9489c50
100644
(file)
--- a/
SL/Controller/Order.pm
+++ b/
SL/Controller/Order.pm
@@
-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