bootstrap_package: Performance problem after updating from 12.0.3 to 12.0.4

Bug Report

Description

After updating EXT:bootstrap_package from 12.0.3 to 12.0.4 I got performance problems in my TYPO3 backend.

Every call takes 2-5 times longer than before.

After comparing the differences between the two releases, I tried to revert each part of it. In the end I found out, as crasy it may sounds, that the cause of the problem is the change of how the typoscript of the different content is included!

After reverting all

@import 'EXT:bootstrap_package/Configuration/TypoScript/ContentElement/Element/*.typoscript'

inside Configuration/TypoScript/ContentElement/setup.typoscript back to

<INCLUDE_TYPOSCRIPT: source="FILE:EXT:bootstrap_package/Configuration/TypoScript/ContentElement/Element/*.typoscript">

it works as fast as before.

Versions

TYPO3 10.4.22 bootstrap_package 12.0.4

About this issue

  • Original URL
  • State: closed
  • Created 2 years ago
  • Comments: 18 (7 by maintainers)

Most upvoted comments

fyi this patch https://review.typo3.org/c/Packages/TYPO3.CMS/+/74285 or a follow up should finally resolve the issue directly in the core.