Project

General

Profile

Actions

Bug #64449

closed

Epic #65429: Speed up for Fluid ViewHelpers by usage of CompilableInterface

f:switch very slow since it does not implement CompilableInterface interface

Added by Christian Weiske about 9 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Fluid
Target version:
Start date:
2015-01-23
Due date:
% Done:

100%

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

Description

The Fluid SwitchViewHelper (<f:switch>) does not implement CompilableInterface. This prevents the TemplateParser from caching it, making template rendering unbearably slow.

<f:if> on the other hand does implement the interface (through AbstractConditionViewHelper) and gets cached properly.

<f:switch> should be cached!


Related issues 3 (0 open3 closed)

Related to TYPO3 Core - Task #64521: Merge performance improvement from TYPO3.fluidClosed2015-01-26

Actions
Related to TYPO3 Core - Task #64546: Add CompilableInterface to a couple of ViewHelpersClosed2015-01-27

Actions
Is duplicate of TYPO3 Core - Task #66718: Make SwitchViewHelper CompileableClosed2015-05-01

Actions
Actions

Also available in: Atom PDF