Always install and ready the apcu extension.
Configure the root project's autoloader through the entrypoint.
In production mode:
"optimize-autoloader": true
"apcu-autoloader": true
In development mode:
"optimize-autoloader": false
"apcu-autoloader": false