Part of the EllisLab Network
   
 
Any benchmarks available ?
Posted: 25 June 2007 11:12 PM   [ Ignore ]  
Summer Student
Total Posts:  3
Joined  01-05-2007

Are there any benchmarks available for testing the increase in speed of coding using codeigniter ?

Say for example..taking a simple membership project as an example if a programmer uses PHP5 and does not use any other frameworks etc and codes it and if the same programmer used codeigniter what will be performance gain he will achieve ? Will he be able to complete the project faster if so by how much % ? etc

Profile
 
 
Posted: 25 June 2007 11:37 PM   [ Ignore ]   [ # 1 ]  
Grad Student
Avatar
Rank
Total Posts:  52
Joined  06-12-2006

Hmm

I think your question is very subjective. Depends on a number of things, like the experience of the programmer, the methodology used when not in a framework, etc.

May I ask you why are you asking? Are you basing your adoption of CI on this supposed benchmarks?

Profile
 
 
Posted: 25 June 2007 11:43 PM   [ Ignore ]   [ # 2 ]  
Summer Student
Total Posts:  3
Joined  01-05-2007

I understand it is very subjective but if various factors can be limited and made to be same and if some kind of a rough benchmark is made available then it will really help in the advocacy of CodeIgniter

Profile
 
 
Posted: 26 June 2007 02:29 AM   [ Ignore ]   [ # 3 ]  
Grad Student
Avatar
Rank
Total Posts:  36
Joined  12-28-2006

If you use Apache web server check “ab” in manual

Profile
 
 
Posted: 26 June 2007 11:03 AM   [ Ignore ]   [ # 4 ]  
Grad Student
Avatar
Rank
Total Posts:  52
Joined  06-12-2006
MpaK69 - 26 June 2007 06:29 AM

If you use Apache web server check “ab” in manual

He is not asking for app execution benchmarks but ‘coding benchmarks’

 

I understand it is very subjective but if various factors can be limited and made to be same and if some kind of a rough benchmark is made available then it will really help in the advocacy of CodeIgniter

As I can interpret you are asking are more about CI user testimonials, than benchmarks. the term ‘Benchmark’ is used for statistical measures in controlled enviroments, that can be replicated anywhere.

I can tell you that using CI saves me between 50% and up to 80% of my coding time, compared to coding from scratch. Other users can tell you otherwise. Everyone can have a different story.

Again, if you want to know about execution benchmarks, look for them in this forum There are a couple of external links that may help you.

Profile
 
 
Posted: 26 June 2007 02:16 PM   [ Ignore ]   [ # 5 ]  
Lab Assistant
Avatar
RankRank
Total Posts:  165
Joined  08-22-2006

You may want to check this CakePHP/CodeIgniter/Symfony Benchmark.

Anyway, you shouldn’t rely on this kind of tests when choosing a framework.

 Signature 

Don’t argue with an idiot, people watching may not be able to tell the difference.


marcoss
http://defmay.com
http://fenix.st

Profile
 
 
Posted: 30 June 2007 10:55 PM   [ Ignore ]   [ # 6 ]  
Summer Student
Total Posts:  3
Joined  01-05-2007

Thanks for all answers.
Regarding benchmark yes your definition is correct.
Also glad to know that you can achieve 50% to 80% increase in productivity.

Profile