Skip to content

Commit aedaccd

Browse files
committed
Added a note against using the Apache Router
1 parent 2feb801 commit aedaccd

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

cookbook/configuration/apache_router.rst

+9
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@
44
How to Use the Apache Router
55
============================
66

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+
716
Symfony, while fast out of the box, also provides various ways to increase that
817
speed with a little bit of tweaking. One of these ways is by letting Apache
918
handle routes directly, rather than using Symfony for this task.

0 commit comments

Comments
 (0)