From 128a064babfec6fb053d60c6288fa240f964ce4a Mon Sep 17 00:00:00 2001 From: Javier Eguiluz Date: Mon, 13 Mar 2017 10:59:18 +0100 Subject: [PATCH] Link to Composer's article about class loading optimizations --- components/class_loader/cache_class_loader.rst | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/components/class_loader/cache_class_loader.rst b/components/class_loader/cache_class_loader.rst index 4cc8b8e52e3..a75f743826c 100644 --- a/components/class_loader/cache_class_loader.rst +++ b/components/class_loader/cache_class_loader.rst @@ -9,6 +9,7 @@ Cache a Class Loader ==================== The ``ApcClassLoader``, the ``WinCacheClassLoader`` and the ``XcacheClassLoader`` -are deprecated since Symfony 3.3. Use the ``--optimize`` and ``--apcu-autoloader`` -options instead when dumping the autoloader using the ``composer dump-autoload`` -command. +are deprecated since Symfony 3.3. As an alternative, use any of the +`class loading optimizations`_ provided by Composer. + +.. _`class loading optimizations`: https://getcomposer.org/doc/articles/autoloader-optimization.md