比较 CodeIgniter 与 Yii 的基准

发布于 2024-12-19 20:22:13 字数 248 浏览 0 评论 0原文

我正在寻找最快的 PHP 框架。

我发现 一个基准测试,其中 Yii 比 CodeIgniter 更快,并且 另一个基准,其中 CodeIgniter 比 Yii 更快。

那么,哪个更快?

I am searching for the fastest framework in PHP.

I have found one benchmark in which Yii is faster than CodeIgniter, and another benchmark in which CodeIgniter is faster than Yii.

So, which is faster?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

独自←快乐 2024-12-26 20:22:13

尽管这并不直接影响速度,但我们使用 Yii 构建了一个开源 CRM 应用程序 (Zurmo.org)。在开始构建 Zurmo 之前,我们研究了 Yii、Cakephp、Zend 和 Codeigniter。我们认为 Yii 是一个很棒的框架,因为它轻量、快速且干净。它具有全套功能并且与其他框架很好地匹配。我们对这个决定感到高兴。

Although this does not directly apply to speed, we built an open source CRM application (Zurmo.org) using Yii. Before we started building Zurmo, we looked at Yii, Cakephp, Zend, and Codeigniter. We felt Yii was a great framework because it was lightweight, fast, and clean. It had a full set of functionality and matched up well with the other frameworks. We are delighted with the decision.

倥絔 2024-12-26 20:22:13

在您的第一个基准测试中:
有 codeigniter 1.7.0 和 Yii 1.0.2
之后,codeigniter 进行了许多更改,并且在您的第二个基准测试中:
有 codeigniter 2.0 和 yii 1.1.6

所以根据这个基准测试,最新的 codeigniter 2.0 比 yii 更好。

In your first benchmark :
there is codeigniter 1.7.0 and Yii 1.0.2
After that codeigniter has many changes and in your second benchmark :
there is codeigniter 2.0 and yii 1.1.6

So latest codeigniter 2.0 is better than yii according to this benchmarks.

↙厌世 2024-12-26 20:22:13

根据市场统计,Codeigniter 是增长最快的框架之一。 Yii 处于框架的初始版本中。
Codeigniter 有自己的一组库,而 Yii 框架继承了三个众所周知的框架 - Codeigniter、Symphony 和 Zend 的风格。
它们都有一个延迟加载的概念,即资源仅在需要时才加载。
因此,很难说哪一个更快,但可以根据要开发的产品的要求来使用它们。

As per the market stats, Codeigniter is one of the fastest growing framework. Yii is in the initial release of the frameworks.
Codeigniter has its own set of libraries whereas the Yii framework inherits the style from the three well known frameworks - Codeigniter, Symphony and Zend.
Both of them have a concept of Lazy loading i.e. resources are only loaded when required.
So it will be difficult to say which one is faster but they can be used as per the requirement of the product to be developed.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文