Actions
Task #54225
closedEpic #55070: Workpackages
Epic #54260: WP: FAL Missing Issues / Features / API
Story #54266: As an User I want FAL to be performant
Optimize Performance and DB Queries for FAL
Status:
Closed
Priority:
Should have
Assignee:
Category:
File Abstraction Layer (FAL)
Target version:
Start date:
2014-01-20
Due date:
% Done:
100%
Estimated time:
(Total: 3.00 h)
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
medium
Sprint Focus:
Description
- make MetaData lazy loaded again
- think of joined loading of FileData in conjunction with ProcessedFiles or FileReferences
- Optimize Indexes
- think of a way using files without DB record loading?
Updated by Markus Klein almost 11 years ago
What do you mean with the last point?
Updated by Steffen Ritter almost 11 years ago
if files are requested by identifier for example - create an "wrapper" object which does not have any indexed data - if the use case only uses properties like (publicURL or getParentFolder) than the data would not be needed.
Only if a "slow property" is queried the index data could be fetched. but depending on the use case this could be even worse......
Updated by Ingo Schmitt almost 10 years ago
- Status changed from Accepted to Resolved
- Translation missing: en.field_remaining_hours deleted (
0.0)
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed
Actions