Actions
Bug #79546
closedf:switch should be avoided (causes uncompilable templates)
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Fluid
Target version:
-
Start date:
2017-01-30
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
8
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
Due to the TYPO3-provided f:switch being an override which disables compilation of the template (override is there for backwards compatibility alone), template which use f:switch in TYPO3 perform slower than template which use alternative methods.
Furthermore, avoiding this ViewHelper makes it easier to handle an eventual deprecation and removal.
Actions