Actions
Bug #77045
closedFormEngine extremely slow due to Doctrine changes
Status:
Closed
Priority:
Must have
Assignee:
Category:
Database API (Doctrine DBAL)
Target version:
Start date:
2016-07-11
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
8
PHP Version:
7.0
Tags:
Complexity:
Is Regression:
Yes
Sprint Focus:
Description
The commit from #75650 kills FormEngine performance towards unacceptable.
We have an instance with 24k news records and 20k images assigned to them.
Opening the edit form of the very same news record before the patch took less than a second.
With the patch in it mostly exceeds the maximum execution time of 250s and CPU load of a single core is 60 to 70% throughout this time.
Actions