mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 11:28:25 +00:00
1b610a8d62
init() loads from the cache which can autoload additional classes. For example the FileEngine adapter loads Inflector. Loading additional classes causes the file_map cache to be re-written on each request when using FileEngine. This results in degraded performance when using FileEngine. Fixes #3947 |
||
---|---|---|
.. | ||
App.php | ||
CakePlugin.php | ||
Configure.php | ||
Object.php |