Actions
Bug #87751
closedPerformance problem in 9.5.x
Status:
Closed
Priority:
Must have
Assignee:
-
Category:
Performance
Target version:
-
Start date:
2019-02-20
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
9
PHP Version:
7.2
Tags:
Complexity:
Is Regression:
Yes
Sprint Focus:
Description
We still see a massive drop in performance if a non-cachable plugin is placed on a page:
- content and/or cached plugins only: 150ms
- with non-cachable plugin: 450-600ms
Plugins defined as non-cachable in ext_localconf.php:
\TYPO3\CMS\Extbase\Utility\ExtensionUtility::configurePlugin( 'Aimeos.aimeos', 'catalog-filter', array( 'Catalog' => 'filter' ), array( 'Catalog' => 'filter' ) );
Exactly same plugin on a page in TYPO3 8.7 needs 150-200ms.
Actions