Archive

Posts Tagged ‘framework’

CakePHP vs CodeIgniter Benchmark Performance

August 27th, 2010 7 comments

Greeting everyone,

I’ll post today anotherĀ  benchmark result which compare CakePHP versus CodeIgniter, 2 popular php framework that help coder building their site quickly.

I’m not an expert with PHP framework, since there are so many and they evolute everyday, so I’m not posting here to present another vague comparison on “which framework is the best” and “why to choose one instead of another”…

On this post, I only want to display server’s performance comparison between cake and CI.

The test will create a variable “hello world” in the controller, and then display it in the view (pretty simple), no cache (except APC opcode), blank page with variable to be displayed.

Read more…