Bug #87751
closedPerformance problem in 9.5.x
0%
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.
Updated by Benni Mack almost 6 years ago
- Status changed from New to Needs Feedback
Hey Norbert,
so you're saying:
8.7 with cached plugin 150-200ms.
8.7 with non-cached plugin 150-200ms
9.5 with cached plugin 150-200ms.
9.5 with non-cached plugin 450-600ms
?
Updated by Riccardo De Contardi over 5 years ago
- Status changed from Needs Feedback to New
Updated by Alexander Schnitzler about 5 years ago
Aimeos no-lastname-given wrote:
Yes, exactly
Hi Norbert,
do you have anything at hand to reliably prove/support that statement? Like a blackfire.io comparison or some other kind of benchmark?
Not that I don't believe you but it would be great to have a hint about what exactly causes this in the core.
Updated by Georg Ringer over 4 years ago
- Status changed from New to Needs Feedback
Updated by Benni Mack about 4 years ago
- Status changed from Needs Feedback to Closed
Closing this issue due to lack of feedback for the last 90 days. Norbert, if you have more information, let me know so I can re-open the ticket.