-
Notifications
You must be signed in to change notification settings - Fork 160
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cakphp is faster than phalcon??? #83
Comments
Not just cakephp, but even Laravel etc. It probably is not correct. 10 million requests on a $20 VPS? |
I think its 10k request which is reasonable |
likely an error, you should check if the frameworks are actually executed and you are not benchmarking an HTTP server error page. |
yeah its a server error. I really hate to say this but php frameworks are really too slow. less than 3,000 request per second. I benchmark a java web server (light 4j) on my vps and I've got 2.1 million request per second and for light 4j json API I've got 600,000 rps that's 200X faster than any php framework. |
The difference between a fast php framework and a java framework, are more similar when you have connections to the database. Almost all apps use database. You are comparing apples with oranges. |
Is this normal? laravel and cakephp is faster than phalcon?
I'm currently using a $20 vps from turnkeyinternet
The text was updated successfully, but these errors were encountered: