@@ -13,7 +13,6 @@ for maximum performance:
1313
1414* **Symfony Application Checklist **:
1515
16- #. :ref: `Install APCu Polyfill if your server uses APC <performance-install-apcu-polyfill >`
1716 #. :ref: `Restrict the number of locales enabled in the application <performance-enabled-locales >`
1817
1918* **Production Server Checklist **:
@@ -25,16 +24,6 @@ for maximum performance:
2524 #. :ref: `Configure the PHP realpath Cache <performance-configure-realpath-cache >`
2625 #. :ref: `Optimize Composer Autoloader <performance-optimize-composer-autoloader >`
2726
28- .. _performance-install-apcu-polyfill :
29-
30- Install APCu Polyfill if your Server Uses APC
31- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
32-
33- If your production server still uses the legacy APC PHP extension instead of
34- OPcache, install the `APCu Polyfill component `_ in your application to enable
35- compatibility with `APCu PHP functions `_ and unlock support for advanced Symfony
36- features, such as the APCu Cache adapter.
37-
3827.. _performance-enabled-locales :
3928
4029Restrict the Number of Locales Enabled in the Application
@@ -398,8 +387,6 @@ Learn more
398387.. _`byte code caches` : https://en.wikipedia.org/wiki/List_of_PHP_accelerators
399388.. _`OPcache` : https://www.php.net/manual/en/book.opcache.php
400389.. _`Composer's autoloader optimization` : https://getcomposer.org/doc/articles/autoloader-optimization.md
401- .. _`APCu Polyfill component` : https://github.com/symfony/polyfill-apcu
402- .. _`APCu PHP functions` : https://www.php.net/manual/en/ref.apcu.php
403390.. _`cachetool` : https://github.com/gordalina/cachetool
404391.. _`open_basedir` : https://www.php.net/manual/ini.core.php#ini.open-basedir
405392.. _`Blackfire` : https://blackfire.io/docs/introduction?utm_source=symfony&utm_medium=symfonycom_docs&utm_campaign=performance
0 commit comments