Task #52968
closedImprove calls to the fileRepository
0%
Description
Currently the fileRepository is called for every possible relation which is quite an overhead.
As the field (e.g. media in pages) needs to have the count of relations inside, it should be checked if there is a value inside before trying to do a call to the database which will return no result anyways.
Updated by Gerrit Code Review about 11 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/24902
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/24902
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/24902
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/24902
Updated by Wouter Wolters almost 10 years ago
- Status changed from Under Review to Closed