I'm planning my first project with the actual version of Symfony 3.0. So this won't be my last question :)
What I wonder most about at the moment are routes. In the symfony book the default way to realize routes is by using annotations in the controller classes. Does this mean every single time someone hits my URL all the classes are parsed to find the most matching route? Wouldn't be this a real performance issue? Or is there a built-in cache?