Actions
Bug #67801
closedForViewHelper always counts all items
Status:
Closed
Priority:
Should have
Assignee:
Category:
Fluid
Target version:
Start date:
2015-06-29
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
easy
Is Regression:
No
Sprint Focus:
Description
Quoting from https://jira.neos.io/browse/FLOW-325:
When using the iteration
argument, the ForViewHelper
provides information about the current iteration, including the cycle and total results. Therefore it needs to count all elements.
The problem is, that this happens even if the iteration
argument is not specified leading to performance issues especially when iterating over a (subset of a) lot of (remote) items.
Actions