Actions
Feature #45497
closedSimple cache for fileIndexRecords in FileRepository
Status:
Rejected
Priority:
Should have
Assignee:
Category:
File Abstraction Layer (FAL)
Target version:
-
Start date:
2013-02-15
Due date:
% Done:
0%
Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
When a file is used several times during a request (used multiple times in a template, ...) the FileRepository fires several requests towards the database. We could at least implement a basic cache for the fileIndexRecords.
Updated by Gerrit Code Review almost 12 years ago
- Status changed from New to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/18289
Updated by Steffen Ritter over 11 years ago
- Status changed from Under Review to Rejected
currently we won't implement that beacuse the architecture currently is not able to handle that.
Actions