Well testing times in debug mode is not really representative of
performance.  The debug mode in 1.2 is purposefully more heavy than in
1.1.  It does a lot more work each request.  I would try some
benchmarks with debug off.  Apache AB can help in this area.

-Mark

On Dec 8, 9:19 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote:
> I've written a very small test setup using cake 1.1... it works
> turning out excellent numbers:
>
> </html><!-- 0.0731s -->
>
> Then I noticed that 1.2 should be released at some point and thought
> it might be better to start with it.. I ported my code over.. ran the
> exact same page and am getting some terrible numbers?
>
> </html><!-- 0.4523s -->
>
> -----
> I've got an app_controller, which does a bit of extra processing (but
> the same file exists for both implementations), a route setup, and a
> controller/action for the route.
>
> Could there be anything that's configured wrong and throwing off the
> performance so much on the same code?
> Thanks.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to