I find these 'tests' and 'comparisons' boring, out dated, and generally just wrong.
Now, all of what I said, is also wrong, but it is also true. (Let that sink in for a few seconds... confusing isn't it?)
Every single language and framework within that language has its place. If you are building an ERP to handle medium+ data, pick something that fits.
If you are building a small scale blog, go with something that fits. You are not going to spend thousands and thousands of dollars to build out a small scale blog site that expects to have 0-100 unique users per month, you would probably use a simple word-press (EVIL) and some pre-built theme, end up spending 1-2 hours (time = money remember this).
IF you blog is going to have 1000-10000 unique, you may decided to go with (total examples okay... just examples...) a custom built laravel blog. Lets say this takes you 10-20 hours to configure and setup.
Now if you are building a 'facebook' level app with bagillions (VERY TECHNICAL TERM) of active people at all times, you probably shouldn't use something based around php. Maybe something that uses go, node, or i dont really know... fill in the blank with whatever YOU think is best here... and now you will be spending i don't know 500-1000 hours building things money printing app.
Everything is dependent on your future plans for what you are building. I can build out a blog in word-press in an hour or two, I can do the same in laravel in a bit login (I don't know how long... but more than 2 hours), you have to consider the core language even before the framework.