Due to the current integration of the expression language in TYPO3 CMS, it is not possible to cache pre-parsed expressions in a serialized form. For this purpose, either the function \Symfony\Component\ExpressionLanguage\ExpressionLanguage::parse would have to be uncovered, or Symfony would have to be used directly.
Due to the current integration of the expression language in TYPO3 CMS, it is not possible to cache pre-parsed expressions in a serialized form. For this purpose, either the function
\Symfony\Component\ExpressionLanguage\ExpressionLanguage::parsewould have to be uncovered, or Symfony would have to be used directly.