Web Framework Benchmarks
techempower.com
Web Framework Benchmarks
1–10 of 415 posts
Re: Web Framework Benchmarks
#2If you have any questions or see something we stupid we did, please let us know. We'd like to correct any mistakes straight away, especially since we're certainly not experts on all of these frameworks and platforms.
Re: Web Framework Benchmarks
#3Re: Web Framework Benchmarks
#4I worked with Pat (pfalls) on this effort. He pulled the benchmarks together and built the script to automate the tests. We aimed to deploy each framework/platform according to best-practices for a production environment and then stress test common operations: JSON serialization of objects and database connectivity. We were surprised by the wide spectrum of performance we observed and hope that this interesting to yo…
Re: Web Framework Benchmarks
#5Re: Web Framework Benchmarks
#6Re: Web Framework Benchmarks
#7I worked with Pat (pfalls) on this effort. He pulled the benchmarks together and built the script to automate the tests. We aimed to deploy each framework/platform according to best-practices for a production environment and then stress test common operations: JSON serialization of objects and database connectivity. We were surprised by the wide spectrum of performance we observed and hope that this interesting to yo…
I'd be interested to see performance for Vert.x on its other hosts (this is the JVM version, I believe).
Re: Web Framework Benchmarks
#8There is a huge difference between raw PHP and CakePHP. I'd be curious to see other PHP frameworks (such as Zend, or Slim) in there-- is Cake just particularly slow, or is that simply what happens when you have a PHP framework?
Re: Web Framework Benchmarks
#9What was the parallelization like across these tests? Were they all running single thread/process mode or did you try to take advantage of threading/multiple-processes/etc. to optimize a production-like performance across all the different frameworks? If the latter, that's a really impressive amount of work!