Project

General

Profile

Actions

Bug #63342

closed

stdWrap.if rendered also when negative

Added by Urs Braem over 9 years ago. Updated about 9 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2014-11-26
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

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.


Related issues 1 (0 open1 closed)

Is duplicate of TYPO3 Core - Feature #33584: checkIF for each TypoScript content objects (cObjects)Closed2012-02-01

Actions
Actions #1

Updated by Urs Braem over 9 years ago

If it's possible to make that change, it might speed up A LOT of existing TYPO3 instances out there...

Actions #2

Updated by Frederic Gaus about 9 years ago

This is mainly a duplicate for this one. https://forge.typo3.org/issues/33584. This is why I close this issue.

Actions #3

Updated by Frederic Gaus about 9 years ago

  • Status changed from New to Closed
Actions #4

Updated by Urs Braem about 9 years ago

@Frederic: So with the patch from https://forge.typo3.org/issues/33584 the performance issue is also resolved?

Actions

Also available in: Atom PDF