Task #55372
closedRemove useless count function calls in stdWrap
100%
Description
Remove thousands uselesse count function calls in the stdWrap. stdWrap is often used and the count calls are not needed at all.
The first is always a array so we don't check it in front of the foreach.
And the second one just check if it empty, but we don't have to count the whole array.
Regards,
Tim
Files
Updated by Gerrit Code Review almost 11 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/27078
Updated by Gerrit Code Review almost 11 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/27078
Updated by Gerrit Code Review almost 11 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/27078
Updated by Gerrit Code Review almost 11 years ago
Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/27078
Updated by Gerrit Code Review almost 11 years ago
Patch set 5 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/27078
Updated by Gerrit Code Review almost 11 years ago
Patch set 6 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/27078
Updated by Michiel Roos almost 11 years ago
Updated by Michiel Roos almost 11 years ago
Please ignore Screen_Shot_2014-01-27_at_23.07.28.png . . .
Updated by Tim Lochmüller almost 11 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 96a1172675333836b1e9b49454c332c8eb56681a.