Welcome Guest, Not a member yet? Register   Sign In
shopping for a scalable php framework
#19

[eluser]edoornav[/eluser]
[quote author="kucerar" date="1192258729"][quote author="edoornav" date="1192188666"]
static hello world page -> 6500 rps
<?php print "hello world" ?> -> 4000 rps
retrieve one db row -> 1750 rps

CI hello world -> 170 rps
CI retrieve one db row -> 106 rps

[/quote]

Content caching solutions aside, this is kind of shocking. I would expect these kinds of numbers from Symphony, not CI. Can you turn on the benchmarking class to find out what's taking all the time?

Thx
-R[/quote]

I turned on the profiler in the constructor of my controller. It says:

Loading Time Base Classes: 0.0064
Controller Execution Time ( Blog / Index ): 0.0087

This seems quite fast. I turned on top and noticed that during this benchmarking, apache processes where using all of the CPU. APC, etc seem to help a lot here. On my laptop I went from 20 rps to 100 rps. A similar increase on our dev server (I don't want to install APC on it right now) would be over 500 rps, which is really good.

~ryan


Messages In This Thread
shopping for a scalable php framework - by El Forum - 10-11-2007, 11:42 PM
shopping for a scalable php framework - by El Forum - 10-11-2007, 11:59 PM
shopping for a scalable php framework - by El Forum - 10-12-2007, 12:31 AM
shopping for a scalable php framework - by El Forum - 10-12-2007, 12:38 AM
shopping for a scalable php framework - by El Forum - 10-12-2007, 12:46 AM
shopping for a scalable php framework - by El Forum - 10-12-2007, 06:51 AM
shopping for a scalable php framework - by El Forum - 10-12-2007, 07:36 AM
shopping for a scalable php framework - by El Forum - 10-12-2007, 08:14 AM
shopping for a scalable php framework - by El Forum - 10-12-2007, 08:26 AM
shopping for a scalable php framework - by El Forum - 10-12-2007, 09:23 AM
shopping for a scalable php framework - by El Forum - 10-12-2007, 06:31 PM
shopping for a scalable php framework - by El Forum - 10-12-2007, 06:41 PM
shopping for a scalable php framework - by El Forum - 10-12-2007, 06:52 PM
shopping for a scalable php framework - by El Forum - 10-12-2007, 06:52 PM
shopping for a scalable php framework - by El Forum - 10-12-2007, 07:58 PM
shopping for a scalable php framework - by El Forum - 10-13-2007, 08:25 PM
shopping for a scalable php framework - by El Forum - 10-14-2007, 02:37 AM
shopping for a scalable php framework - by El Forum - 10-14-2007, 04:14 AM
shopping for a scalable php framework - by El Forum - 10-14-2007, 11:41 PM
shopping for a scalable php framework - by El Forum - 10-15-2007, 08:11 AM



Theme © iAndrew 2016 - Forum software by © MyBB