Actions
Bug #86282
closedExtension Scanner should not use greedy merges
Start date:
2018-09-17
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
9
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
The extension scanner uses array_merge() in a loop a lot, which is a potential performance killer.
Updated by Gerrit Code Review about 6 years ago
- Status changed from In Progress to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/58302
Updated by Andreas Fernandez about 6 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 438332908f7051ff6fc15ad6aba96ecc031a971a.
Actions