[TASK] Replace TCA cache with serialized array
The TCA isn't stored as php array anymore, but instead as serialized array string. Unserialize seems to be much faster in this regard although opcode caches have been tested. Resolves: #53747 Releases: 6.2 Change-Id: I540cae2ecee0ef09635ceff0b91b7a940dae01f7 Reviewed-on: https://review.typo3.org/25492 Reviewed-by: Alexander Opitz Tested-by: Alexander Opitz Reviewed-by: Markus Klein Tested-by: Markus Klein Reviewed-by: Thomas Maroschik Tested-by: Thomas Maroschik
Showing
- typo3/sysext/core/Classes/Core/Bootstrap.php 3 additions, 3 deletionstypo3/sysext/core/Classes/Core/Bootstrap.php
- typo3/sysext/core/Classes/Utility/ExtensionManagementUtility.php 3 additions, 3 deletions...ysext/core/Classes/Utility/ExtensionManagementUtility.php
- typo3/sysext/core/Tests/Unit/Core/BootstrapTest.php 1 addition, 1 deletiontypo3/sysext/core/Tests/Unit/Core/BootstrapTest.php
- typo3/sysext/core/Tests/Unit/Utility/ExtensionManagementUtilityTest.php 1 addition, 1 deletion...ore/Tests/Unit/Utility/ExtensionManagementUtilityTest.php
Please register or sign in to comment