Bug #63342
closedstdWrap.if rendered also when negative
0%
Description
Using “Track content rendering” in the Admin-Panel, I noticed that Content that has a "stdWrap.if" condition is rendered by TYPO3 even when the value is false. It's not output, but it's rendered. See http://stackoverflow.com/questions/27089334/with-typo3-be-layout-how-to-choose-frontend-template-correctly-performance-wis/27133907. This can lead to major slowness.
I am changing my templates to CASE now, which works as expected, but eventually, it would make sense to see that the content with an "if" cond is also not rendered when it's not to be output.
Updated by Urs Braem almost 10 years ago
If it's possible to make that change, it might speed up A LOT of existing TYPO3 instances out there...
Updated by Frederic Gaus almost 10 years ago
This is mainly a duplicate for this one. https://forge.typo3.org/issues/33584. This is why I close this issue.
Updated by Urs Braem almost 10 years ago
@Frederic: So with the patch from https://forge.typo3.org/issues/33584 the performance issue is also resolved?