Project

General

Profile

Actions

Bug #85012

closed

Only validate method params if validation is needed

Added by Alexander Schnitzler almost 6 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
Category:
Extbase
Target version:
Start date:
2018-05-15
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
9
PHP Version:
7.2
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

Currently the ActionController creates objects for all incoming arguments and validates them right away, which is not necessarily needed in all cases, e.g. when a param is annotated with ignorevalidation.
We can save some CPU cycles here and improve the performance of controllers in general.

Actions

Also available in: Atom PDF