Actions
Task #67201
closed[count|get][Folders|Files] do same twice for every FAL list request
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
File Abstraction Layer (FAL)
Target version:
-
Start date:
2015-05-29
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
hard
Sprint Focus:
Description
For listing files/folders we call first count and then get. Both functions call retrieveFileAndFoldersInPath which now runs twice inclusive sorting afterwards.
Disabling sorting on count would be easy to work out, but do we really need retrieve twice for folder and twice for file?
Actions