[TASK] Optimize speed for instantiating class with arguments
PHP reflection has quite an overhead in performance. Use a switch construct like in Flow instead to instantiate classes with up to 8 arguments without reflection. Resolves: #53682 Releases: 6.2, 6.1, 6.0 Change-Id: I82ecf0b1ea9a412a39b4429d7689f2bb6489f3df Reviewed-on: https://review.typo3.org/26363 Reviewed-by: Philipp Gampe Tested-by: Philipp Gampe Reviewed-by: Markus Klein Reviewed-by: Stefan Neufeind Tested-by: Stefan Neufeind
Please register or sign in to comment