You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
minor #7072 Update performance.rst - "Caching the Autoloader with APC" section (cristi-contiu)
This PR was merged into the 2.8 branch.
Discussion
----------
Update performance.rst - "Caching the Autoloader with APC" section
The example provided under "Caching the Autoloader with APC" is not in sync with the content of the 'app.php' file in Symfony 2.8:
- the comment hint was removed in symfony/symfony-standard#964
- the autoloader was extracted from bootstrap: symfony/symfony-standard@747a384
Even on PHP 5.6 with built-in OPcache, I still see a performance boost from enabling the ApcClassLoader.
Commits
-------
4127ad9 Update performance.rst
0 commit comments