**Description** The `*.4` Symfony versions are always the slowest in a branch (e.g. `4.4` is the slowest `4.*` version) because of all the deprecated features. For the same reason, the `*.0` versions are usually the fastest Symfony versions. However, for `5.0` this didn't happen. [See phpbenchmarks.com results](http://www.phpbenchmarks.com/fr/comparator?phpVersions=php-7.3&groups=symfony-2.x%7Esymfony-3.x%7Esymfony-4.x%7Esymfony-5.x&components=):  Maybe we could do some Blackfire profiling to find possible ways of improving Symfony 5.0 performance. Thanks!