Welcome Guest, Not a member yet? Register   Sign In
I need your help winning a major battle for Codeigniter
#5

[eluser]ralphschindler[/eluser]
[quote author="usmc" date="1248149307"]The Zend Framework out of the box has a 3 second page load time for hello world. That is unacceptable.
I can take CI with the exact same server configuration and do it in .2 seconds.[/quote]

I am sorry this has been your experience. Unfortunately, with vague or little details, we'd never really be able to understand why you are getting such drastically different numbers. I've taken the liberty to install both the ZF quickstart application, as well as the CI initial application and just using the standard dispatch cycle for both frameworks.

Here were my results:

Code:
~$ time wget http://zfquickstart.local/ >/dev/null 2>&1

real    0m0.052s
user    0m0.001s
sys     0m0.003s
~$ time wget http://ciquickstart.local/ >/dev/null 2>&1

real    0m0.023s
user    0m0.001s
sys     0m0.004s

These results are exactly what I would expect them to be. As you can see, with the same application, on the same hardware- a simple dispatch to an action controller. Both are under 1 second. We could go into the super technical details about these numbers all day long, but I dont think that is gonna offer you anything of consequence unless you look under the hood yourself.

[quote author="usmc" date="1248149307"]What is the Zend recipe for this type of speed (no caching ... none)?

Its sad to even talk about caching out of the box.[/quote]

I still think you are missing the point. In any kind of enterprise environment, I am simply saying I would not run any application, be it a ZF or CI based application, without having an op-code cache in place. Its simply a deployment best-practice.


Messages In This Thread
I need your help winning a major battle for Codeigniter - by El Forum - 07-18-2009, 10:41 AM
I need your help winning a major battle for Codeigniter - by El Forum - 07-18-2009, 11:33 AM
I need your help winning a major battle for Codeigniter - by El Forum - 07-20-2009, 03:23 PM
I need your help winning a major battle for Codeigniter - by El Forum - 07-20-2009, 05:08 PM
I need your help winning a major battle for Codeigniter - by El Forum - 07-20-2009, 10:04 PM
I need your help winning a major battle for Codeigniter - by El Forum - 07-21-2009, 01:45 AM
I need your help winning a major battle for Codeigniter - by El Forum - 07-21-2009, 07:58 AM
I need your help winning a major battle for Codeigniter - by El Forum - 07-21-2009, 08:32 AM
I need your help winning a major battle for Codeigniter - by El Forum - 07-21-2009, 08:44 AM
I need your help winning a major battle for Codeigniter - by El Forum - 07-21-2009, 08:57 AM
I need your help winning a major battle for Codeigniter - by El Forum - 07-21-2009, 10:25 AM
I need your help winning a major battle for Codeigniter - by El Forum - 07-21-2009, 03:15 PM
I need your help winning a major battle for Codeigniter - by El Forum - 08-13-2009, 11:03 AM
I need your help winning a major battle for Codeigniter - by El Forum - 08-13-2009, 12:53 PM
I need your help winning a major battle for Codeigniter - by El Forum - 08-13-2009, 01:48 PM
I need your help winning a major battle for Codeigniter - by El Forum - 08-13-2009, 03:54 PM
I need your help winning a major battle for Codeigniter - by El Forum - 08-13-2009, 05:47 PM
I need your help winning a major battle for Codeigniter - by El Forum - 08-13-2009, 06:39 PM



Theme © iAndrew 2016 - Forum software by © MyBB