Improve Composer\Autoload\includeFile in Symfony
问题 I have made Blackfire test on my Symfony 2.8 project and it shows that most of the time (more than 50%) is used by 435 calls of Composer\Autoload\includeFile Any suggestions how to improve it? I am using php composer.phar dump-autoload --optimize after I clear cache for prod. I use APC for metadata and query cache for doctrine and my app.php file looks like this: <?php use Symfony\Component\HttpFoundation\Request; /** * @var Composer\Autoload\ClassLoader */ $loader = require __DIR__.'/../app