I work in 2 different projects using symfony 2.8.12 and having the same problem: performance.
There is too much time to load (not all the time, but most), and when I look at the profiler, there is always one “guilty component”: it can be a firewall, a controller, a profile listener, a kernel response ... that is a few seconds runtime (sometimes longer than 10).

Reading in different threads, I tried to install db as an ip fix (in case it is a dns search problem), changed some parameters in php.ini, but nothing changed. This happens both in my local and remote environment, where it even has PHP and OPCache acceleration.
I don’t do anything special in my code, even I get a lot of time on the “hello world” pages, this is a little frustrating :)
source share