Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Compare benchmarks of CodeIgniter vs 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?

like image 496
vir Avatar asked Dec 06 '11 07:12

vir


People also ask

What is Yii Best for?

Yii is the first choice of the developers over the other PHP frameworks because of its developer-friendly features. Its features are secure, reliable, and easy to configure. It is ideal for websites and web apps that are having high traffic for example web portals, eCommerce portals, or CMS Websites.

What is better than CodeIgniter?

Laravel allows its developers to check application code carefully and uninterruptedly with the assistance of PHP Unit. CodeIgniter does not have an inbuilt unit testing tool. Hence, its developers ought to use an extra unit testing support to evaluate the value of application as well as code.

Why Yii is the best framework?

Yii framework allows you to spend a shorter time to complete your task so that you get more time to customize your app as per your suitable needs. For the same purpose, Gii is the tool that comes into action. It is a code that is a web-based structured tool that enables you to swiftly form codes.

Is Yii Framework good?

Best PHP framework Yii offers a lot of components to build any application fast. Just read documentation and implement it. Also there are many 3rd party projects that you can use for extend Yii functionality. It has a really good documentation where you can find all required information for classes, components, etc.


1 Answers

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.

like image 92
Ray Stoeckicht Avatar answered Oct 01 '22 18:10

Ray Stoeckicht