Battle Log: Symfony Routing performance considerations.
• 7 min read
Last week I took a deep dive into Symfony's Routing Component [http://symfony.com/doc/current/components/routing.html]. A project I worked on suffered from a huge performance penalty caused by a routing mistake. This lead me on the path to discovering some interesting performance considerations. Some common practices align nicely with Symfony's optimisations, let&...