Codeigniter V 其他 PHP 框架的可扩展性如何?

发布于 2024-10-09 12:28:08 字数 83 浏览 1 评论 0原文

Codeigniter V 其他 PHP 框架的可扩展性如何?我是 Codeigniter 的新手,很想知道与其他 PHP 框架相比,它的可扩展性如何?

How Scalable is Codeigniter V Other PHP Frameworks? I'm new to Codeigniter and love to know how scalable it is when compared to other PHP Frameworks?

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

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

发布评论

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

评论(3

奢欲 2024-10-16 12:28:08

CodeIgniter 具有大规模可扩展性,因为它所做的事情很少。对于 CodeIgniter 爱好者来说,这听起来可能有点荒谬,但这正是我喜欢它的原因。

CodeIgniter 非常轻量。它没有约定,没有真正的开销,并被 Rasmus 推荐为最轻量级的框架。

可扩展性是指在流量、性能和总体规模方面扩展应用程序。一般大小并不重要,因为它只加载您加载的内容,通过一些正确的缓存,流量很好,并且性能表现出色,正如我已经指出的:它非常轻。

我有很多在 Alexa 上排名 100,000 及更高的网站,但它们还没有陷入困境。

CodeIgniter is massively scalable because it does very little. That might sound slightly ridiculous coming from a CodeIgniter enthusiast but that is exactly why I love it.

CodeIgniter is ridiculously lightweight. It has no conventions, no real overhead and has been reccomended by Rasmus as the most lightweight framework around.

Scalability is about growing your application, in traffic, performance and general size. General size does not matter as it only loads what you load, traffic is fine with some correct caching and performance works brilliantly as I have already pointed out: it is light as hell.

I have a bunch of websites ranked 100,000 and higher on Alexa and they haven't struggled yet.

琴流音 2024-10-16 12:28:08

一般来说,当谈到可扩展性时,大多数人倾向于朝一个方向思考,那就是增长方面。许多框架都能很好地处理增长,但 CI 的强项是能够控制框架的占用空间,根据使用情况进行扩展和缩小。作为开发人员,您对资源效率拥有最终控制权,这通常意味着即使您的应用程序不断增长,您也可以保留这种控制权,这样即使您的应用程序需要它,您也可以继续相应地利用资源。

询问 10 位 Web 应用程序开发人员,您可能会得到 4 或 5 个不同的答案以及您使用的标签。

当你问他们是否因为喜欢它而使用它,或者因为他们使用它而喜欢它时,这是一个先有鸡还是先有蛋的问题。

Generally when speaking of Scalability, most people tend to think in one direction and that is in terms of growth. Many frameworks handle growth fine, but CI's strong suit is being able to control the footprint of the framework to scale both up AND down depending on the use. You, the developer have ultimate control over resource efficiency and this generally means that even as your application grows, you retain this control, so that even if your application demands it, you can continue to utilize resources accordingly.

Ask 10 Web Application Developers and you'll probably get 4 or 5 different answers going along with the tags you used.

And it's a chicken or the egg question when you ask if they are using it because the like it, or like it because they use it.

芸娘子的小脾气 2024-10-16 12:28:08

CodeIgniter 适用于 PHP4。 Kohana 是您标记的最佳选择。
CI 很棒,但我不知道与这些相比它的可扩展性如何。

CodeIgniter is for PHP4. Kohana is the best choice out of those you have tagged.
CI is great but I don't know how scalable can it be comparing to these.

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