Skip to content

Commit 9ed8232

Browse files
authored
Update performance checklist by removing APCu Polyfill
Removed reference to APCu Polyfill from performance checklist.
1 parent 1d430f0 commit 9ed8232

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

performance.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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,8 +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-
3027
.. _performance-enabled-locales:
3128

3229
Restrict the Number of Locales Enabled in the Application
@@ -390,7 +387,6 @@ Learn more
390387
.. _`byte code caches`: https://en.wikipedia.org/wiki/List_of_PHP_accelerators
391388
.. _`OPcache`: https://www.php.net/manual/en/book.opcache.php
392389
.. _`Composer's autoloader optimization`: https://getcomposer.org/doc/articles/autoloader-optimization.md
393-
.. _`APCu Polyfill component`: https://github.com/symfony/polyfill-apcu
394390
.. _`APCu PHP functions`: https://www.php.net/manual/en/ref.apcu.php
395391
.. _`cachetool`: https://github.com/gordalina/cachetool
396392
.. _`open_basedir`: https://www.php.net/manual/ini.core.php#ini.open-basedir

0 commit comments

Comments
 (0)