You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that the benchmarks for Symfony + RoadRunner use an unpopular bridge, which slows down the interop between RoadRunner and Symfony.
I think it would be better to replace it with the more popular baldinof/roadrunner-bundle or another one that does not do unnecessary conversions and reflection calls on each request.