Actions
Bug #66465
closedFileList makes 10 fileExists() calls for each file
Status:
Rejected
Priority:
Should have
Assignee:
-
Category:
File Abstraction Layer (FAL)
Target version:
-
Start date:
2015-04-17
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
When opening the file list in the backend, each file displayed by the FileList
leads to 10 fileExists()
calls in the FAL driver.
This is ok for the local driver, but not for remote storages.
Somehow those data should be cached.
Actions