CodeIgniter Forums
Recent PHP 7 Framework Benchmark Comparisons - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: General (https://forum.codeigniter.com/forumdisplay.php?fid=1)
+--- Forum: Lounge (https://forum.codeigniter.com/forumdisplay.php?fid=3)
+--- Thread: Recent PHP 7 Framework Benchmark Comparisons (/showthread.php?tid=65451)

Pages: 1 2 3


RE: Recent PHP 7 Framework Benchmark Comparisons - cartalot - 04-09-2017

so I went looking and the author of the original article I posted - did an update in jan for php 7.1
https://medium.com/@asked_io/php-mvc-framework-showdown-7-1-performance-2da52ac9fcba

this is a good basic article to show people like managers or business owners - to answer the 'why use codeigniter' question.
no its not a complex suite of tests. but it shows in easy to understand graphics
that CI uses significantly less memory, has less files, and is very fast.
these are all things that any manager would understand.


RE: Recent PHP 7 Framework Benchmark Comparisons - olivedev - 07-06-2017

Laravel performance should be better than what is mentioned here. Not sure about 5.2, but this article (https://www.cloudways.com/blog/laravel-5-benchmarks-php-5-6-and-7/ ) has benchmark of 5.4 on both PHP5.6 and 7. On PHP5.6, the results were: During the test, the blitz tool generated 22,375 hits successfully in 300 sec. In addition, the Laravel app received 427.91 MB of data. The average hit rate of 75/second translated to about 6,444,000 hits per day.

On PHP7 the results were, During the test, the blitz tool generated 29,214 hits successfully in 300 seconds. The Laravel app received 420.31 MB of data. The average hit rate of 97/sec translates to about 8,413,632 per day.

If configured right, Laravel can give you great performance.


RE: Recent PHP 7 Framework Benchmark Comparisons - AmarInfotech - 02-12-2018

There is a number of PHP Frameworks available but I love to use Codeigniter. It is easy to use and secure.


RE: Recent PHP 7 Framework Benchmark Comparisons - InsiteFX - 02-13-2018

CodeIgniter Rocks!


RE: Recent PHP 7 Framework Benchmark Comparisons - rolly - 02-26-2018

I boldly use CI it for light projects.