[FEATURE] Use caching framework in autoloader
The patch moves the initialization of the caching framework to config_default.php, prior to the autoload registration. In effect the autoloader can use the phpcode cache to write a full autoload registry that can be required directly to reduce file access overhead. As a side effect the cache system is now always enabled for all access scopes like FE, BE, CLI and so on. Change-Id: I7c548fbabeb6e60b8bd9c4098803c1171bbdbec5 Resolves: #28063 Reviewed-on: http://review.typo3.org/3254 Reviewed-by: Andreas Wolf Tested-by: Andreas Wolf
Showing
- t3lib/class.t3lib_autoloader.php 64 additions, 65 deletionst3lib/class.t3lib_autoloader.php
- t3lib/class.t3lib_extmgm.php 3 additions, 3 deletionst3lib/class.t3lib_extmgm.php
- t3lib/config_default.php 26 additions, 2 deletionst3lib/config_default.php
- tests/t3lib/class.t3lib_autoloaderTest.php 33 additions, 2 deletionstests/t3lib/class.t3lib_autoloaderTest.php
- typo3/init.php 0 additions, 4 deletionstypo3/init.php
- typo3/sysext/cms/tslib/class.tslib_fe.php 0 additions, 3 deletionstypo3/sysext/cms/tslib/class.tslib_fe.php
Please register or sign in to comment