Actions
Bug #85012
closedOnly validate method params if validation is needed
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