Web Framework Benchmarks
41–50 of 116 posts
Re: Web Framework Benchmarks
#42Re: Web Framework Benchmarks
#43Can someone explain me why php5 is faster than php7?
Re: Web Framework Benchmarks
#44It looks like the bottleneck here is the database driver (or possibly ORM when used). The plaintext test shows a very different picture: https://www.techempower.com/benchmarks/#section=#section=dat... PS: As a side note, I do not like golang, my focus has been on python and now rust, but I am very impressed by both the plaintext and the DB test!
The bottleneck on plaintext appears to potentially be physical network bandwidth. https://github.com/TechEmpower/FrameworkBenchmarks/issues/35...
Re: Web Framework Benchmarks
#45Earlier quoted context omitted.
I'm not sure how many companies use C, C++ for Web development. In my opinion C/C++ wont be good idea to use for most. It is about choosing the best ration b/w tool speed and developer speed(productivity). There are very few companies which requires million per second request. For me Java, C#, Go, Node provide the best compromise b/w speed and productivity.
Most companies that sell embedded hardware managed remotely by Web interfaces.
Granted you could expand the term to cover hardware load balancers and the sort, but those wouldn't really be running websites so much as routing and caching them. Aside from that, you have management interfaces for embedded devices but they're typically used infrequently and only by a small subset of users. Plus a surprising number of them are just written in PHP or Perl.
But maybe there is a whole industry out there I've overlooked? You've got me curious.
Re: Web Framework Benchmarks
#46How different are the various frameworks here? Are they all running with SSL? Do they keep track of session cookies? Do they have Content Security Policy headers? etc.. There's probably a million different feature configuration differences between each framework.
> How different are the various frameworks here? Quite different. We have included test implementations for frameworks that span 26 computer languages. There are an infinite variety of opinions about how to do things in computer programming in general, and our project is no exception. And on the other hand, fairly similar. Tests should stick to the requirements [1], which are designed to be permissive but sufficientl…
Re: Web Framework Benchmarks
#47Re: Web Framework Benchmarks
#48Earlier quoted context omitted.
> How different are the various frameworks here? Quite different. We have included test implementations for frameworks that span 26 computer languages. There are an infinite variety of opinions about how to do things in computer programming in general, and our project is no exception. And on the other hand, fairly similar. Tests should stick to the requirements [1], which are designed to be permissive but sufficientl…
So, anyone can submit a framework here as a docker container? I'd love to send in my custom framework for benchmarking.
Re: Web Framework Benchmarks
#49Can someone explain me why php5 is faster than php7?
i feel these benchmarks are misleading to say the least.