OpenResty is twice as fast as raw Go at multiple queries DB test (dedicated hardware), huh.
A pure Go MySQL driver is being used for the Go test. OpenResty probably uses a thin wrapper around the C library.
Web Framework Benchmarks Round 5
11–20 of 58 posts
Re: Web Framework Benchmarks Round 5
#12Please add Revel (the Go framework) to the dedicated hardware tests.
Re: Web Framework Benchmarks Round 5
#13Earlier quoted context omitted.
Thanks for the tip! I need to be clear that the ASP.NET implementation that you see in Round 5 was contributed by user @pdonald at Github. That said, we'd be happy to receive more pull requests with ASP.NET changes and improvements. We suspect there is a lot of room for improvement in the Windows numbers.
I've just submitted a pull request.
Re: Web Framework Benchmarks Round 5
#14Re: Web Framework Benchmarks Round 5
#15Re: Web Framework Benchmarks Round 5
#16Re: Web Framework Benchmarks Round 5
#17Why is the overhead of all the PHP frameworks so high? Is it because they have to evaluate all the framework code per request? The difference between raw PHP and symfony2 is massive!
Re: Web Framework Benchmarks Round 5
#18Re: Web Framework Benchmarks Round 5
#19Re: Web Framework Benchmarks Round 5
#20Why is the overhead of all the PHP frameworks so high? Is it because they have to evaluate all the framework code per request? The difference between raw PHP and symfony2 is massive!