We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2feb801 commit aedaccdCopy full SHA for aedaccd
cookbook/configuration/apache_router.rst
@@ -4,6 +4,15 @@
4
How to Use the Apache Router
5
============================
6
7
+.. caution::
8
+
9
+ **Using the Apache Router is no longer considered a good practice**.
10
+ The small increase obtained in the application routing performance is not
11
+ worth the hassle of continuously updating the routes configuration.
12
13
+ The Apache Router will be removed in Symfony 3 and it's highly recommended
14
+ to not use it in your applications.
15
16
Symfony, while fast out of the box, also provides various ways to increase that
17
speed with a little bit of tweaking. One of these ways is by letting Apache
18
handle routes directly, rather than using Symfony for this task.
0 commit comments