PHP:权威的5.6、7.0、7.1、7.2、7.3和7.4 PHP运行效率基准测试2020( 八 )

  • CodeIgniter 4.0-rc.3不支持PHP 5.6、7.0或7.1 。

  • PHP:权威的5.6、7.0、7.1、7.2、7.3和7.4 PHP运行效率基准测试2020
    本文插图
    CodeIgniter PHP基准测试
    嵌入您的网站:
    基准结果
    • CodeIgniter 3.1.11 PHP 5.6基准测试结果:292.81 req / sec
    • CodeIgniter 3.1.11 PHP 7.0基准测试结果:358.40 req / sec
    • CodeIgniter 3.1.11 PHP 7.1基准测试结果:369.93 req / sec
    • CodeIgniter 3.1.11 PHP 7.2基准测试结果:383.24 req / sec
    • CodeIgniter 3.1.11 PHP 7.3基准测试结果:392.28 req / sec
    • CodeIgniter 3.1.11 PHP 7.4 benchmark results: 394.96 req/sec
    • CodeIgniter 4.0-rc.3 PHP 5.6 benchmark results: not supported
    • CodeIgniter 4.0-rc.3 PHP 7.0 benchmark results: not supported
    • CodeIgniter 4.0-rc.3 PHP 7.1 benchmark results: not supported
    • CodeIgniter 4.0-rc.3 PHP 7.2 benchmark results: 319.68 req/sec
    • CodeIgniter 4.0-rc.3 PHP 7.3 benchmark results: 322.90 req/sec
    • CodeIgniter 4.0-rc.3 PHP 7.4 benchmark results: 333.08 req/sec
    As with Laravel and Symfony, PHP 7.4 was the fastest when running CodeIgniter. What was interesting is that CodeIgniter 3.1.11 was significantly faster than 4.0-rc.3. However, bear in mind that it is a release candidate.
    CakePHP 3.8.7 + 4.0.0 CakePHP is an open-source web, rapid development framework that makes building web applications simpler, faster and require less code. It was released in April 2005.
    PHP:权威的5.6、7.0、7.1、7.2、7.3和7.4 PHP运行效率基准测试2020
    本文插图
    • 经过测试的网址:(/首页)
    • 注意:帖子包含标题 , 作者姓名和主要内容 。 该数据库包含1个表“ posts” 。 该表包含6列“ post_title” , “ post_content” , “ post_author” , “ created_at”和“ updated_at” 。
    • 经测试的URL连接到数据库 , 并在表上显示所有帖子 。 此外 , CodeIgniter应用程序包含1条路由和1个控制器来显示这些内容 。
    • CakePHP 4.0.0不支持PHP 5.6、7.0或7.1 。

    PHP:权威的5.6、7.0、7.1、7.2、7.3和7.4 PHP运行效率基准测试2020
    本文插图
    CakePHP基准
    嵌入您的网站:
    基准结果
    • CakePHP 3.8.7 PHP 5.6基准测试结果:134.09 req / sec
    • CakePHP 3.8.7 PHP 7.0基准测试结果:254.58 req / sec
    • CakePHP 3.8.7 PHP 7.1基准测试结果:267.29 req / sec
    • CakePHP 3.8.7 PHP 7.2基准测试结果:270.94 req / sec
    • CakePHP 3.8.7 PHP 7.3基准测试结果:290.25 req / sec
    • CakePHP 3.8.7 PHP 7.4基准测试结果:294.06 req / sec
    • CakePHP 4.0.0 PHP 5.6基准测试结果:不支持
    • CakePHP 4.0.0 PHP 7.0基准测试结果:不支持
    • CakePHP 4.0.0 PHP 7.1基准测试结果:不支持
    • CakePHP 4.0.0 PHP 7.2基准测试结果:245.49 req / sec
    • CakePHP 4.0.0 PHP 7.3基准测试结果:260.84 req / sec
    • CakePHP 4.0.0 PHP 7.4基准测试结果:259.58 req / sec
    对于CakePHP , 运行PHP 7.4的版本3.8.7成为赢家 。
    PyroCMS 3.7 PyroCMS是一个开放源代码 , 从本质上讲是Laravel的扩展 , 它使您可以更快地在框架上构建网站和应用程序 。